整理BootstrapTable相关样式到一起

This commit is contained in:
Argo-Lenovo 2016-12-21 18:12:55 +08:00
parent 7e9501c06d
commit 18a80c1188
1 changed files with 6 additions and 4 deletions

View File

@ -108,10 +108,6 @@
padding-right: 22px;
}
.fixed-table-loading {
padding-top: 5px;
}
.has-error input {
background-repeat: no-repeat;
background-image: url('../images/error.png');
@ -511,6 +507,11 @@ input[type="datetime"] {
margin: 0;
}
/*Bootstrap Table BUG */
.fixed-table-loading {
padding-top: 5px;
}
.bootstrap-table {
padding-bottom: 15px;
}
@ -518,3 +519,4 @@ input[type="datetime"] {
.bootstrap-table .table {
border-bottom: none !important;
}
/*Bootstrap Table BUG END*/