Browse Source

app 多选弹框样式修改

黑艺新账号
yxq 1 year ago
parent
commit
dbe1800eac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-mpui/learun-ui-mp/modal.vue

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/learun-mpui/learun-ui-mp/modal.vue View File

@@ -40,7 +40,7 @@
<view v-if="!readonly" @tap="close(1)" class="action text-green">确定</view>
</view>
<view class="grid col-3 padding-sm">
<view v-for="(item, index) in range" :key="index" class="padding-xs">
<view v-for="(item, index) in range" :key="index" class="padding-xs" style="min-width: 33.33%;width: auto;">
<button
@tap="chooseCheckbox(index)"
:class="checkboxIndex.includes(index) ? 'bg-orange' : 'line-orange'"


Loading…
Cancel
Save