style: 同步通用样式到客户端工程

This commit is contained in:
Argo Zhang 2019-08-14 23:29:01 +08:00
parent 3fc0b3c387
commit 8f3a36090a
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 20 additions and 8 deletions

View File

@ -94,7 +94,6 @@
} }
aside { aside {
transition: none;
transform: translate(0); transform: translate(0);
width: 210px; width: 210px;
overflow: hidden; overflow: hidden;

View File

@ -322,7 +322,7 @@ aside {
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
z-index: 4; z-index: 1080;
background: #2a3542; background: #2a3542;
} }
@ -496,6 +496,10 @@ input.pending {
overflow-y: auto; overflow-y: auto;
} }
.nobar .fixed-table-toolbar {
display: none;
}
.card { .card {
margin-bottom: 15px; margin-bottom: 15px;
box-shadow: 0 0 8px 0 rgba(0,0,0,.075), 0 2px 4px 0 rgba(255,255,255,0); box-shadow: 0 0 8px 0 rgba(0,0,0,.075), 0 2px 4px 0 rgba(255,255,255,0);
@ -613,10 +617,6 @@ input.pending {
margin-left: 5px; margin-left: 5px;
} }
.bootstrap-table .badge {
padding: 4px 6px;
}
.bootstrap-table .badge .fa { .bootstrap-table .badge .fa {
margin-right: 4px; margin-right: 4px;
} }
@ -709,11 +709,19 @@ input.pending {
min-width: unset; min-width: unset;
} }
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
border-bottom: 0;
}
.popover { .popover {
max-width: 320px; max-width: 320px;
padding: 0; padding: 0;
} }
.popover-body .bootstrap-table {
margin: 0.25rem 0;
}
.popover-content { .popover-content {
max-height: 240px; max-height: 240px;
overflow-y: auto; overflow-y: auto;
@ -847,3 +855,8 @@ label[for] {
.form-inline .form-group .toggle { .form-inline .form-group .toggle {
display: block; display: block;
} }
.badge-md {
font-size: 0.75rem;
padding: 4px 6px;
}