Ver código fonte

简化

tags/6.3.2
叙述、别离 10 meses atrás
pai
commit
991f86e81e
1 arquivos alterados com 23 adições e 28 exclusões
  1. +23
    -28
      src/static/web/css/admin.css

+ 23
- 28
src/static/web/css/admin.css Ver arquivo

@@ -44,11 +44,6 @@ li {
form,label { form,label {
margin-bottom:0 margin-bottom:0
} }
table {
width:100%;
background:var(--white);
border-spacing:0
}
td { td {
word-break:break-all; word-break:break-all;
word-wrap:break-word word-wrap:break-word
@@ -354,13 +349,6 @@ body.menu-show .body-right {
height:99%; height:99%;
border:0 border:0
} }
#_fileList,#_verList {
height:350px;
overflow-y:auto
}
#_msgInfo {
display:none
}
.update-close { .update-close {
background:var(--white); background:var(--white);
border:0 border:0
@@ -375,6 +363,18 @@ body.menu-show .body-right {
background:var(--danger); background:var(--danger);
border-radius:50% border-radius:50%
} }
.spinner-border {
width:20px;
height:20px;
vertical-align:bottom
}
#_fileList,#_verList {
height:350px;
overflow-y:auto
}
#_msgInfo {
display:none
}
.fullpagediv { .fullpagediv {
position:absolute; position:absolute;
top:0; top:0;
@@ -385,11 +385,6 @@ body.menu-show .body-right {
opacity:0.6; opacity:0.6;
z-index:1980 z-index:1980
} }
.spinner-border {
width:20px;
height:20px;
vertical-align:bottom
}
.sys-search { .sys-search {
position:relative position:relative
} }
@@ -468,7 +463,7 @@ body.menu-show .body-right {
} }
.nw { .nw {
float:left; float:left;
width:160px
width:180px
} }
.cls { .cls {
clear:both clear:both
@@ -662,7 +657,7 @@ body.menu-show .body-right {
color:var(--gray) color:var(--gray)
} }
.table th,.table td { .table th,.table td {
padding:0.5rem 0;
padding:0.5rem 1rem 0.5rem 0;
vertical-align:middle vertical-align:middle
} }
.form-control { .form-control {
@@ -676,6 +671,15 @@ body.menu-show .body-right {
width:20px; width:20px;
height:20px height:20px
} }
.option1 {
background:var(--gray-300)
}
.option2 {
background:var(--gray-500)
}
.option3 {
background:var(--white)
}
.fileinput-button { .fileinput-button {
display:inline-block; display:inline-block;
position:relative; position:relative;
@@ -690,15 +694,6 @@ body.menu-show .body-right {
direction:ltr; direction:ltr;
cursor:pointer cursor:pointer
} }
.option1 {
background:var(--gray-300)
}
.option2 {
background:var(--gray-500)
}
.option3 {
background:var(--white)
}
.user-img-md { .user-img-md {
width:60px; width:60px;
height:60px; height:60px;


Carregando…
Cancelar
Salvar