style: 同步通用样式到客户端工程
This commit is contained in:
parent
3fc0b3c387
commit
8f3a36090a
|
@ -94,7 +94,6 @@
|
|||
}
|
||||
|
||||
aside {
|
||||
transition: none;
|
||||
transform: translate(0);
|
||||
width: 210px;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -322,7 +322,7 @@ aside {
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 4;
|
||||
z-index: 1080;
|
||||
background: #2a3542;
|
||||
}
|
||||
|
||||
|
@ -496,6 +496,10 @@ input.pending {
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.nobar .fixed-table-toolbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.card {
|
||||
margin-bottom: 15px;
|
||||
box-shadow: 0 0 8px 0 rgba(0,0,0,.075), 0 2px 4px 0 rgba(255,255,255,0);
|
||||
|
@ -613,14 +617,10 @@ input.pending {
|
|||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.bootstrap-table .badge {
|
||||
padding: 4px 6px;
|
||||
.bootstrap-table .badge .fa {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.bootstrap-table .badge .fa {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.bootstrap-table .fa-info {
|
||||
width: 9px;
|
||||
}
|
||||
|
@ -709,11 +709,19 @@ input.pending {
|
|||
min-width: unset;
|
||||
}
|
||||
|
||||
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.popover {
|
||||
max-width: 320px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popover-body .bootstrap-table {
|
||||
margin: 0.25rem 0;
|
||||
}
|
||||
|
||||
.popover-content {
|
||||
max-height: 240px;
|
||||
overflow-y: auto;
|
||||
|
@ -847,3 +855,8 @@ label[for] {
|
|||
.form-inline .form-group .toggle {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.badge-md {
|
||||
font-size: 0.75rem;
|
||||
padding: 4px 6px;
|
||||
}
|
Loading…
Reference in New Issue