소스 검색

表格滚动条-fixed

Shan9312 11 달 전
부모
커밋
88f3ad487d

+ 1 - 0
src/views/statisticalAnalysis/processAnalysis/group/index.vue

@@ -154,6 +154,7 @@
             :row-style="rowStyle"
             :cell-style="cellStyle"
             class="elTable table-fixed"
+            max-height="200px"
           >
             <el-table-column label="操作编号" min-width="110px" align="center" prop="sort" />
             <el-table-column label="饲料名称" min-width="110px" align="center" prop="fname" />

+ 1 - 0
src/views/statisticalAnalysis/processAnalysis/pasture/index.vue

@@ -120,6 +120,7 @@
             :row-style="rowStyle"
             :cell-style="cellStyle"
             class="elTable table-fixed"
+            max-height="270px"
           >
             <el-table-column label="操作编号" min-width="60px" align="center" prop="sort" />
             <el-table-column label="饲料名称" min-width="60px" align="center" prop="fname" />