更新前端src/views/style目录文件

This commit is contained in:
limengnan 2025-06-24 10:57:21 +08:00
parent 00aefe3a93
commit d3219974e5
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
:root { :root {
font-family: var(--de-custom_font, 'PingFang'); font-family: var(--de-custom_font, 'PingFang');
line-height: 1.5;
font-weight: 400; font-weight: 400;
color-scheme: light dark; color-scheme: light dark;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
@ -561,7 +560,7 @@ strong {
// 这里使用的方案为直接将body全屏 区间组件覆盖整个body // 这里使用的方案为直接将body全屏 区间组件覆盖整个body
.de-screen-full { .de-screen-full {
position: fixed !important; position: fixed !important;
z-index: 200; z-index: 1001 !important;
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;
@ -695,4 +694,4 @@ strong {
.ed-checkbox__label:hover{ .ed-checkbox__label:hover{
color: #fff ; color: #fff ;
} }

View File

@ -43,7 +43,7 @@
// :deep(.ed-radio__label){ // :deep(.ed-radio__label){
// color: #fff; // color: #fff;
// } // }
// } // }