From d06f57a5dcd0d6d00edfaa7af59650eb9084239a Mon Sep 17 00:00:00 2001 From: wanglin2 <1013335014@qq.com> Date: Fri, 28 Jul 2023 08:55:35 +0800 Subject: [PATCH] =?UTF-8?q?Demo=EF=BC=9A=E4=BC=98=E5=8C=96=E6=9A=97?= =?UTF-8?q?=E9=BB=91=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/Edit/Index.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/web/src/pages/Edit/Index.vue b/web/src/pages/Edit/Index.vue index 997d69ac..bc81551a 100644 --- a/web/src/pages/Edit/Index.vue +++ b/web/src/pages/Edit/Index.vue @@ -79,6 +79,14 @@ export default { body { &.isDark { + /* el-button */ + .el-button { + background-color: #363b3f; + color: hsla(0,0%,100%,.9); + border-color: hsla(0, 0%, 100%, 0.1); + } + + /* el-input */ .el-input__inner { background-color: #363b3f; border-color: hsla(0, 0%, 100%, 0.1); @@ -91,6 +99,15 @@ body { color: hsla(0,0%,100%,.3); } + .el-input-group__append, .el-input-group__prepend { + background-color: #363b3f; + border-color: hsla(0, 0%, 100%, 0.1); + } + + .el-input-group__append button.el-button { + color: hsla(0, 0%, 100%, 0.9); + } + /* el-select */ .el-select-dropdown { background-color: #36393d;