浏览代码

表格高度问题修正

Koishi 3 天之前
父节点
当前提交
f5a452122e
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      src/views/economicsOperation/benchmarkingManagement/siteBenchmarking/index.vue

+ 5 - 3
src/views/economicsOperation/benchmarkingManagement/siteBenchmarking/index.vue

@@ -366,6 +366,8 @@
               label="发电量(万kWh)"
               sortable
               minWidth="65"
+              height="100px"
+
             >
               <template #header="scope">
                 <div v-if="scope.column.label.indexOf('(') > 0">
@@ -1191,9 +1193,9 @@ export default {
   padding: 0 30px;
   padding-bottom: 10px;
 }
-::v-deep .s-tb-th {
-  height: 50px;
-}
+// ::v-deep .s-tb-th {
+//   height: 50px;
+// }
 .form-wrapper {
   display: flex;
   flex-direction: row;