调整loading组件样式

This commit is contained in:
luojiahao 2022-11-24 16:41:40 +08:00
parent 85acd240e6
commit 5d6c0d5ceb
1 changed files with 4 additions and 1 deletions

View File

@ -4,10 +4,12 @@ export default css`
:host { :host {
position: fixed; position: fixed;
top: 0; top: 0;
left: 0;
height: 100vh; height: 100vh;
width: 100vw; width: 100vw;
transition: opacity 0.2s; transition: opacity 0.2s;
pointer-events: all; pointer-events: all;
z-index: 2147483647;
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -24,11 +26,12 @@ export default css`
} }
#loading { #loading {
width: var(--auto-92px);
margin-right: var(--auto-10px); margin-right: var(--auto-10px);
} }
#notice { #notice {
color: var(--font-normal-color); color: var(--font-normal-color);
font-size: var(--auto-16px); font-size: var(--auto-26px);
} }
` `