瀏覽代碼

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

wangtao 2 周之前
父節點
當前提交
2fc524809b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/business/common/projectMange/write/components/template1.vue

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