From 1c701a7982efe92b6bd84b4c8b1486611d4bf1ee Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Thu, 24 Aug 2023 11:37:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E7=85=A7=E8=B4=BE=E6=80=BB=E5=BB=BA?= =?UTF-8?q?=E8=AE=AE=EF=BC=8C=E4=BF=AE=E6=94=B9=E8=8F=9C=E5=8D=95=E4=B8=BA?= =?UTF-8?q?=E6=9A=97=E8=89=B2=E6=A8=A1=E5=BC=8F=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E7=89=88=E6=9D=83=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/styles/site.css | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/styles/site.css b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/styles/site.css index cd348c82..9f4fb1bc 100644 --- a/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/styles/site.css +++ b/code/src/Modules/SettleAccount/host/SettleAccount.HttpApi.Host/wwwroot/styles/site.css @@ -133,3 +133,41 @@ a.logo { box-sizing: border-box; margin: 0 auto; } + +/*RongGuo Jia*/ + +.el-main { + height: calc(100% - 40px); + overflow: auto; +} +.el-footer { + display: none; +} +.el-aside *, +.el-header { + background-color: #141414; + color: #e5eaf3; +} +.el-aside *:hover, +.el-header *:hover { + background-color: #292218; +} + +.el-aside .el-menu-item.is-active * { + color: #409eff; +} + +.el-aside .el-scrollbar__thumb { + background-color: #e5eaf3 !important; + opacity: 0.5 !important; +} +.el-aside el-scrollbar__thumb:hover { + background-color: #e5eaf3 !important; +} + +.el-header { + border-bottom-color: #4c4d4f; +} +.el-header .el-icon { + color: #e5eaf3 !important; +}