From 05677d5fb6ac139e9b764ce53e98f7070fbd9ab7 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Mon, 16 Jan 2023 17:19:30 +0800 Subject: [PATCH] =?UTF-8?q?style:=20Administration=20tab=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=9B=B4=E5=A4=9ASelect=E4=B8=8B=E6=8B=89=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../css/components/components/table/common.scss | 16 ++++++++++++---- src/components/table/ColumnCustomize.vue | 4 ++-- 2 files changed, 14 insertions(+), 6 deletions(-) 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 @@ {{$t('overall.all')}} -
+
{{$t('overall.cancel')}} - {{$t('overall.save')}} + {{$t('overall.save')}}