Fix(我的/收藏):[#978]收藏中管理点击生效区域太大了,把点击区域缩小为文字区域

This commit is contained in:
lifizer
2024-03-06 17:53:12 +08:00
parent 57dd07f581
commit 855ad17ed2
+14 -3
View File
@@ -9,12 +9,23 @@
</view>
</view>
<view class="manage flex jc-end ai-center" @click="changeManage" v-if="!isManage">
<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 class="manage flex jc-end ai-center" style="color:#C41617" @click="changeManage" v-else>
退出管理
</view>
<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