|
@@ -43,10 +43,10 @@
|
|
|
>
|
|
>
|
|
|
<view class="bg-back-light rounded-lg p-20 flex justify-between items-center gap-20">
|
|
<view class="bg-back-light rounded-lg p-20 flex justify-between items-center gap-20">
|
|
|
<!-- 主内容:阻断触摸,确保只能手柄拖 -->
|
|
<!-- 主内容:阻断触摸,确保只能手柄拖 -->
|
|
|
- <view class="flex-1 flex items-center gap-20" @touchstart.stop @touchmove.stop>
|
|
|
|
|
|
|
+ <view class="flex-1 flex items-center gap-20" @touchmove.stop>
|
|
|
<view class="text-32 text-fore-placeholder font-bold">{{ toFixedLen(i) }}</view>
|
|
<view class="text-32 text-fore-placeholder font-bold">{{ toFixedLen(i) }}</view>
|
|
|
<view class="flex-1 w-0 text-28 text-fore-title font-bold truncate">{{ m.majorName }}</view>
|
|
<view class="flex-1 w-0 text-28 text-fore-title font-bold truncate">{{ m.majorName }}</view>
|
|
|
- <uv-icon name="trash" size="18" color="error" @click="$emit('delete', m)" />
|
|
|
|
|
|
|
+ <uv-icon name="trash" size="18" color="error" @tap.stop="$emit('delete', m)" />
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 手柄:不 stop / prevent -->
|
|
<!-- 手柄:不 stop / prevent -->
|