From 659b06c41db3079be588488f72f87ccf05cbf52c Mon Sep 17 00:00:00 2001 From: guoapeng Date: Tue, 1 Jul 2025 14:21:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BE=E7=BD=AE=E9=A1=B5=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/common.scss | 2 +- src/views/setting/index.vue | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/assets/styles/common.scss b/src/assets/styles/common.scss index c8d5faa..ae810f8 100644 --- a/src/assets/styles/common.scss +++ b/src/assets/styles/common.scss @@ -1,6 +1,6 @@ /* CSS Document */ html { - font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; + font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; height: 100vh; font-size: 14px; } diff --git a/src/views/setting/index.vue b/src/views/setting/index.vue index 7ed8c2d..e003c92 100644 --- a/src/views/setting/index.vue +++ b/src/views/setting/index.vue @@ -62,13 +62,21 @@ const selectItem = (menuCode: string) => { gap: 10px; overflow: hidden; .setting-left{ - box-shadow: 0px 1px 5px 0px rgba(9, 39, 62, 0.15); - background: $gradient-color; + background: linear-gradient(180deg, rgba(147, 203, 255, 0.01) 50%, #FFFFFF 24%); + box-shadow: 0px 0px 4px #0000001f; + border-radius: 10px; + border: 1px solid #e1e1e1; + overflow: hidden; } .setting-right{ grid-column: 2 / 4; box-shadow: 0px 1px 5px 0px rgba(9, 39, 62, 0.15); background: #ffffff; + border: 1px solid #e1e1e1; + box-shadow: 0px 0px 4px #0000001f; + background: $gradient-color; + border-radius: 10px; + overflow: hidden; } } .menu-container {