|
@@ -150,7 +150,7 @@
|
|
|
|
|
|
<u-modal :show="modalShow" title="" :confirmText="'确定'" :cancelText="'取消'" :zoom="false" :showCancelButton="true" @confirm="modalConfirm" @cancel="modalShow = false">
|
|
|
<view class="slot-content" style="max-height: 45vh; overflow: auto">
|
|
|
- <view v-if="projectsList.length > 0">
|
|
|
+ <view v-if="projectsList.length > 0" style="overflow:auto">
|
|
|
<u-checkbox-group v-model="projectsCheck" placement="row" :size="14" style="max-height: 100%; overflow: auto">
|
|
|
<view class="checkbox-group-title">最近使用</view>
|
|
|
<block v-for="(item, index) in projectsList">
|