style 优化

This commit is contained in:
Crystal.Sea
2021-10-06 23:35:15 +08:00
parent 9c2b785678
commit ad2e3c9eba
18 changed files with 64 additions and 100 deletions

View File

@@ -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;

View File

@@ -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;
}

View File

@@ -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 {