更新前端src/views/style目录文件
This commit is contained in:
parent
00aefe3a93
commit
d3219974e5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user