更新样式:整合相关dropdown-menu等样式,bootstrapdatetime-picker样式挪到最后,防止覆盖
This commit is contained in:
parent
3c58d48221
commit
893a4bf61c
|
@ -34,12 +34,17 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.dropdown-menu a {
|
||||
transition: all .25s linear;
|
||||
padding: 6px 20px;
|
||||
display: block;
|
||||
.dropdown-menu {
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.dropdown-menu a {
|
||||
transition: all .25s linear;
|
||||
padding: 6px 20px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.dropdown-divider {
|
||||
margin: 0.125rem 0;
|
||||
}
|
||||
|
@ -152,18 +157,6 @@ input.pending {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.date > input {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.datetimepicker {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.datetimepicker table tr td span {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bootstrap-table .table thead > tr > th {
|
||||
border-top: none;
|
||||
}
|
||||
|
@ -196,11 +189,15 @@ input.pending {
|
|||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-container .card-view .value > a, .bootstrap-table .fixed-table-container .card-view .value > div {
|
||||
min-width: 60px;
|
||||
display: inline-block;
|
||||
.bootstrap-table .fixed-table-container .card-view .value {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-container .card-view .value > a, .bootstrap-table .fixed-table-container .card-view .value > div {
|
||||
min-width: 60px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bootstrap-table .card-view:not(:last-child) {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
@ -242,11 +239,6 @@ input.pending {
|
|||
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(40, 167, 69,.6);
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.arrow-primary {
|
||||
border-color: transparent transparent #007bff;
|
||||
}
|
||||
|
@ -312,3 +304,15 @@ input.pending {
|
|||
margin-left: 6px;
|
||||
color: #5bc0de;
|
||||
}
|
||||
|
||||
.date > input {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.datetimepicker {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.datetimepicker table tr td span {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue