Fix(我的/收藏):[#978]收藏中管理点击生效区域太大了,把点击区域缩小为文字区域
This commit is contained in:
@@ -9,12 +9,23 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="manage flex jc-end ai-center" @click="changeManage" v-if="!isManage">
|
||||
<image :src="webUrl+'/20240107224533038041.png'" mode="scaleToFill"/>
|
||||
管理
|
||||
<view
|
||||
v-if="!isManage"
|
||||
class="manage flex jc-end"
|
||||
|
||||
>
|
||||
<view class="flex ai-center" @click="changeManage">
|
||||
<image :src="webUrl+'/20240107224533038041.png'" mode="scaleToFill"/>
|
||||
管理
|
||||
</view>
|
||||
</view>
|
||||
<view class="manage flex jc-end ai-center" style="color:#C41617" @click="changeManage" v-else>
|
||||
退出管理
|
||||
<view
|
||||
v-else
|
||||
class="manage flex jc-end ai-center"
|
||||
style="color:#C41617"
|
||||
@click="changeManage"
|
||||
>
|
||||
<view>退出管理</view>
|
||||
</view>
|
||||
<!--商品列表-->
|
||||
<scroll-view class="scroll-box" :class="{'manage-state':isManage}" scroll-y
|
||||
|
||||
Reference in New Issue
Block a user