mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-07 17:10:07 +08:00
fix: 移除重复样式 (#6445)
This commit is contained in:
parent
71c1c5ae83
commit
df147435c5
@ -181,14 +181,13 @@ html {
|
|||||||
|
|
||||||
.mask-prompt {
|
.mask-prompt {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 9998;
|
z-index: 1;
|
||||||
top: 220px;
|
top: 220px;
|
||||||
left: 45%;
|
left: 45%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
width: 400px;
|
width: 400px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
z-index: 1;
|
|
||||||
.bt {
|
.bt {
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user