|
@@ -32,7 +32,7 @@
|
|
|
<button class="search-btn" @tap.stop="onSearch">搜索</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="white-bgc px-10 stickFilter">
|
|
|
+ <view class="white-bgc px-10 stickFilter ss-p-t-10">
|
|
|
<FilterList :list="filterList" idValue="label" @change="handleSearch"></FilterList>
|
|
|
</view>
|
|
|
<PositionList :list="positionListData" :noMore="false" :showJobFairEntrance="false"></PositionList>
|
|
@@ -287,7 +287,7 @@ const loadingMore = () => {
|
|
|
z-index: 1;
|
|
|
position: sticky;
|
|
|
box-shadow: 0px 10rpx 12rpx 0px rgba(195, 195, 195, .25);
|
|
|
- top: 120rpx;
|
|
|
+ top: 110rpx;
|
|
|
}
|
|
|
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
|
|
|
.pb-10 {
|