|
|
@@ -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'" |
|
|
|