From 753dfb6386dab84d0f133017032b44e41e044234 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Wed, 21 May 2025 14:48:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E7=AD=89=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E8=BE=B9=E6=A1=86=E3=80=81=E5=A2=9E=E5=8A=A0=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=86=85=E6=82=AC=E6=B5=AE=E6=8F=90=E7=A4=BA=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/theme/common.scss | 40 +++++++++++++++++++++++++++++++++------- src/views/elementGroups.vue | 33 ++++++++++++++++++++++++++++----- 2 files changed, 61 insertions(+), 12 deletions(-) diff --git a/src/style/theme/common.scss b/src/style/theme/common.scss index 0cdb989..a69a6b7 100644 --- a/src/style/theme/common.scss +++ b/src/style/theme/common.scss @@ -277,12 +277,31 @@ body { .el-button--system { color: #006AFF; background: #FFFFFF; - border: 1px solid #DFE2E6; + border: 1px solid #006AFF; &:hover{ background: #F2F7FF; border: 1px solid #006AFF; } } + +.el-button--text,.el-button--grey { + padding: 0; + color: #006AFF; + width: auto !important; + height: auto !important; + border: none !important; + background: transparent !important; + &:hover{ + opacity: 0.7; + } +} +.el-button--grey { + color: #8A9099; + &:hover{ + color: #006AFF; + opacity: 1; + } +} .el-button--ignore{ color: #626573; background: #FFFFFF; @@ -390,6 +409,7 @@ body { .el-input { border-radius: 2px; border: 1px solid transparent; + font-family: Microsoft YaHei UI; } .el-input:focus-within { @@ -466,6 +486,11 @@ body { width: 100%; transition: all .5s; } +// 应用在表格表头上的下拉开框 统一类名修改 字体效果 +.tableHeaderSelect ::v-deep .el-input__inner{ + font-weight: normal; + font-family: Microsoft YaHei UI; +} .el-select:hover .el-input__inner { transition: all .5s; @@ -664,11 +689,12 @@ body { border: 1px solid#EAECF0; } -.el-button--text { - padding: 0; - width: auto !important; - height: auto !important; -} +// .el-button--text { +// padding: 0; +// width: auto !important; +// height: auto !important; +// background: transparent !important; +// } .el-table th.el-table__cell { background: #F6F7FA; @@ -693,7 +719,7 @@ body { } // 表格行内小图标 默认隐藏 -.svg-icon-wrapper{ +.el-table .svg-icon-wrapper{ display: none !important; } //划过时 显示 diff --git a/src/views/elementGroups.vue b/src/views/elementGroups.vue index e14d435..4a534e7 100644 --- a/src/views/elementGroups.vue +++ b/src/views/elementGroups.vue @@ -40,18 +40,36 @@ - + {{ scope.row.payment == - '0' ? '默认站点支付' : '自定义支付' }} + '0' ? '文字居中' : '文字居中' }} - + + + - + + + + + {{ + scope.row.payment + == + '0' ? '单元格局中' : '单元格局中' }} + + + + + + +