style 优化
This commit is contained in:
@@ -107,6 +107,11 @@ body{
|
||||
border: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
#tool_box .table td, #tool_box .table th,.toolbox .table td, .tool_box .table th{
|
||||
padding: 0.2rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#tool_box_left {
|
||||
padding-left: 10px;
|
||||
float: left;
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
.table td, .table th {
|
||||
padding: 0.2rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-container .table th, .bootstrap-table .fixed-table-container .table td{
|
||||
padding: .5rem;
|
||||
}
|
||||
|
||||
.bootstrap-table .fixed-table-container .table thead th .th-inner {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
|
||||
@@ -303,15 +303,9 @@ header .header-container .nav-left>li, .header .header-container .nav-right>li {
|
||||
border: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
|
||||
#tool_box .table td, .table th {
|
||||
#tool_box .table td, #tool_box .table th,.toolbox .table td, .tool_box .table th{
|
||||
padding: 0.2rem;
|
||||
vertical-align: middle;
|
||||
padding: .40rem;
|
||||
}
|
||||
|
||||
.toolbox .table td, .table th {
|
||||
vertical-align: middle;
|
||||
padding: .40rem;
|
||||
}
|
||||
|
||||
#tool_box_left {
|
||||
|
||||
Reference in New Issue
Block a user