Selaa lähdekoodia

修复日报填写时,项目列表选项无法滑动问题

wangtao 2 viikkoa sitten
vanhempi
commit
2fc524809b

+ 1 - 1
src/pages/business/common/projectMange/write/components/template1.vue

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