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; // } - + // }