zhongxiaoyu 1 éve
szülő
commit
56d5e0d0ad

+ 3 - 3
src/components/SimpleTable/index.vue

@@ -205,8 +205,8 @@ const props = withDefaults(
     size: "default",
     height: "100%",
     maxHeight: "100%",
-    stripe: false,
-    border: false,
+    stripe: true,
+    border: true,
     fit: true,
     showHeader: true,
     labelFormatter: (label: string) => label,
@@ -372,7 +372,7 @@ defineExpose({
 .el-table :deep {
   .el-table__cell {
     padding: 0;
-    height: 60px;
+    height: 40px;
     &.cell-filter {
       position: relative;
       &::before {

+ 1 - 0
src/views/statisticalanalysis/components/echart/tableforms.vue

@@ -1583,6 +1583,7 @@ export default {
     }
   }
   .el-table__body .el-table__cell {
+    height: 60px;
     &.el-table-column--selection > .cell {
       display: block;
       text-align: center;