ソースを参照

[Fix 0000]保德煤束管日报分析修改

bobo04052021@163.com 3 日 前
コミット
aa01c30304
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/vent/bundle/bundleMonitorTable/index.vue

+ 1 - 1
src/views/vent/bundle/bundleMonitorTable/index.vue

@@ -2,7 +2,7 @@
   <div class="dustMonitor">
     <customHeader>束管日报分析</customHeader>
     <div class="content-container">
-      <div class="file-list">
+      <div class="file-list" style="overflow-y: auto; height: 100%">
         <ul>
           <li v-for="item in selectList" :key="item.id" :class="{ selected: item.id === selectedFileId }" @click="handleFileClick(item)">
             {{ item.fileName }}