From d3219974e5ca16d1e2cf3828c34fa8a3ab33eb6e Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Tue, 24 Jun 2025 10:57:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AFsrc/views/s?= =?UTF-8?q?tyle=E7=9B=AE=E5=BD=95=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 5 ++--- core/core-frontend/src/style/mixin.less | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index a520fc8..1b5a112 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -1,6 +1,5 @@ :root { font-family: var(--de-custom_font, 'PingFang'); - line-height: 1.5; font-weight: 400; color-scheme: light dark; -webkit-font-smoothing: antialiased; @@ -561,7 +560,7 @@ strong { // 这里使用的方案为直接将body全屏 区间组件覆盖整个body .de-screen-full { position: fixed !important; - z-index: 200; + z-index: 1001 !important; top: 0; left: 0; right: 0; @@ -695,4 +694,4 @@ strong { .ed-checkbox__label:hover{ color: #fff ; -} \ No newline at end of file +} diff --git a/core/core-frontend/src/style/mixin.less b/core/core-frontend/src/style/mixin.less index bf020a9..4612968 100644 --- a/core/core-frontend/src/style/mixin.less +++ b/core/core-frontend/src/style/mixin.less @@ -43,7 +43,7 @@ // :deep(.ed-radio__label){ // color: #fff; // } - + // }