Browse Source

fix: 移除重复样式 (#6445)

pull/6447/head
ssongliu 2 months ago committed by GitHub
parent
commit
df147435c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      frontend/src/styles/common.scss

3
frontend/src/styles/common.scss

@ -181,14 +181,13 @@ html {
.mask-prompt {
position: absolute;
z-index: 9998;
z-index: 1;
top: 220px;
left: 45%;
transform: translate(-50%, -50%);
width: 400px;
text-align: center;
font-size: 14px;
z-index: 1;
.bt {
margin-top: -2px;
}

Loading…
Cancel
Save