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