diff --git a/src/assets/css/components/components/table/common.scss b/src/assets/css/components/components/table/common.scss
index 9c2fa748..f874ec5b 100644
--- a/src/assets/css/components/components/table/common.scss
+++ b/src/assets/css/components/components/table/common.scss
@@ -11,7 +11,9 @@
z-index: 999999;
box-shadow: 0 0 10px #CCC;
box-sizing: border-box;
-
+ .pop-title {
+ margin: 10px 0;
+ }
.el-button--mini{
padding: 5px 7px;
}
@@ -23,7 +25,6 @@
top: 33px;
}
.custom-labels {
- margin-top: 12px;
width: 100%;
height: 300px;
}
@@ -41,8 +42,7 @@
font-size: 14px;
}
.custom-label:hover{
- color: #cccccc;
- background-color: #DCDFE6;
+ background-color: rgba(220, 223, 230, .5)
}
.custom-title{
padding: 2px 0 2px 2px;
@@ -57,6 +57,14 @@
display: flex;
justify-content: space-between;
align-items: center;
+ .custom-bottom-btns-right {
+ .el-button:nth-of-type(1) {
+ margin-right: 3px;
+ }
+ .el-button .top-tool-btn-save {
+ color: #fff;
+ }
+ }
}
.unshow {
display: none;
diff --git a/src/components/table/ColumnCustomize.vue b/src/components/table/ColumnCustomize.vue
index f5dfc1e0..1164f7f5 100644
--- a/src/components/table/ColumnCustomize.vue
+++ b/src/components/table/ColumnCustomize.vue
@@ -25,12 +25,12 @@