Browse Source

数据看板样式调整

qymljy 1 year ago
parent
commit
d124903ebc
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/components/table/index6.vue

+ 5 - 1
src/components/table/index6.vue

@@ -70,5 +70,9 @@ export default {
 .el-tooltip__popper {
   max-width: 90%;
 }
-
+</style>
+<style scoped>
+  /deep/ .el-table--border .el-table__cell {
+    /* border-right: 1px solid #ebeef5; */
+  }
 </style>