整理BootstrapTable相关样式到一起
This commit is contained in:
parent
7e9501c06d
commit
18a80c1188
|
@ -108,10 +108,6 @@
|
||||||
padding-right: 22px;
|
padding-right: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixed-table-loading {
|
|
||||||
padding-top: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.has-error input {
|
.has-error input {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: url('../images/error.png');
|
background-image: url('../images/error.png');
|
||||||
|
@ -511,6 +507,11 @@ input[type="datetime"] {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*Bootstrap Table BUG */
|
||||||
|
.fixed-table-loading {
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.bootstrap-table {
|
.bootstrap-table {
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
@ -518,3 +519,4 @@ input[type="datetime"] {
|
||||||
.bootstrap-table .table {
|
.bootstrap-table .table {
|
||||||
border-bottom: none !important;
|
border-bottom: none !important;
|
||||||
}
|
}
|
||||||
|
/*Bootstrap Table BUG END*/
|
||||||
|
|
Loading…
Reference in New Issue