-
默认内容:{{ `popoverVisible_${column.prop}` }}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
默认内容:{{ `popoverVisible_${column.prop}` }}
+
+
+
+
+
+ 取消
+ 确定
-
-
-
- 取消
- 确定
-
-
-
- {{ row[column.prop] }}
-
-
-
+
+
+ {{ row[column.prop] }}
+
+
+
-
-
+
+
+
+
+
+
+
+
+
-
-
-
\ No newline at end of file
diff --git a/src/style/theme/common.scss b/src/style/theme/common.scss
index 686023e..0cdb989 100644
--- a/src/style/theme/common.scss
+++ b/src/style/theme/common.scss
@@ -638,6 +638,20 @@ body {
// table start
+.el-table{
+ min-height: 258px;
+ th,td{
+ font-size: 14px;
+ font-weight: normal;
+ letter-spacing: 0.08em;
+ color: #1E2226;
+ height: 56px;
+ padding: 18px 16px !important;
+ box-sizing: border-box !important;
+ }
+ td{
+ }
+}
.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
background-color: #F6F7FA;
}
@@ -674,12 +688,22 @@ body {
padding-left: 16px;
padding-right: 16px;
}
-
.el-table .el-form-item {
margin-bottom: 0;
}
+// 表格行内小图标 默认隐藏
+.svg-icon-wrapper{
+ display: none !important;
+}
+ //划过时 显示
+.el-table__row:hover{
+ .svg-icon-wrapper{
+ display: block !important;
+ }
+}
// table end
+
.el-pagination {
margin-top: 16px;
display: flex;