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