Browse Source

Update admin.css

tags/6.3.2
叙述、别离 9 months ago
parent
commit
c7c8a10b77
1 changed files with 10 additions and 10 deletions
  1. +10
    -10
      src/static/web/css/admin.css

+ 10
- 10
src/static/web/css/admin.css View File

@@ -380,6 +380,16 @@ body.menu-show .body-right {
background:var(--danger); background:var(--danger);
border-radius:50% border-radius:50%
} }
.fullpagediv {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:var(--bg);
opacity:0.6;
z-index:1980
}
.spinner-border { .spinner-border {
width:20px; width:20px;
height:20px; height:20px;
@@ -425,16 +435,6 @@ body.menu-show .body-right {
width:500px; width:500px;
z-index:19994 z-index:19994
} }
.fullpagediv {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:var(--bg);
opacity:0.6;
z-index:19995
}
.atlas { .atlas {
float:left; float:left;
margin-right:10px; margin-right:10px;


Loading…
Cancel
Save