From fc9bd6378d3bfbde6d5c71535757a3d44de8d8ff Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期四, 20 七月 2023 15:18:06 +0800 Subject: [PATCH] Merge branch 'feature/1.1.4开发' into develop --- uniapp/pages/active/tmsearch.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uniapp/pages/active/tmsearch.vue b/uniapp/pages/active/tmsearch.vue index d04124a..c6445a1 100644 --- a/uniapp/pages/active/tmsearch.vue +++ b/uniapp/pages/active/tmsearch.vue @@ -62,10 +62,10 @@ </scroll-view> </view> <!--浜岀骇鎼滅储--> - <view class="scrangeList-container rowCen" :class="scrollTop>fiexdtop?'tofixed':''" :style="'top:'+(scrollTop>fiexdtop?fiexdHeight:'0')+'px;'"> + <view class="scrangeList-container rowCen" :class="scrollTop>fiexdtop?'tofixed':''" > <scroll-view class="scrollview-content" scroll-x scroll-with-animation="true"> <block v-for="(items,index) in secrendSearch" :key="index"> - <view class="rangeItem" :class="nowsec==items.id?'rangeItem-active':''" @tap="changeSeRange(items.id)"> + <view class="rangeItem" style="font-size: 13px;margin-right: 30rpx; color: #8b8686;" :class="nowsec==items.id?'rangeItem-active':''" @tap="changeSeRange(items.id)"> <view class="boxcontent colCenCen"> <view class="nameBox"> {{items.name}} @@ -390,7 +390,7 @@ .scrangeList-container { width: 100%; - height: 80rpx; + height: 40rpx; padding-left: 32rpx; z-index: 101; -- Gitblit v1.9.3