表格样式优化

master
RuoYi 4 years ago committed by Limy
parent 63562b1443
commit f3c611e478

@ -813,17 +813,21 @@ label {
min-height: 75%; min-height: 75%;
} }
.table-striped .bootstrap-table { .table-striped .bootstrap-table, .table-striped .table-bordered {
border: 0px!important; border: 0px!important;
} }
.table-bordered .table>thead>tr>th, .table-bordered .table>tbody>tr>th {
font-weight: normal;
font-size: 13px
}
.table-striped table>thead>tr>th, .table-striped table>tbody>tr>th, .table-striped table>tfoot>tr>th, .table-striped table>thead>tr>td, .table-striped table>tbody>tr>td, .table-striped table>tfoot>tr>td { .table-striped table>thead>tr>th, .table-striped table>tbody>tr>th, .table-striped table>tfoot>tr>th, .table-striped table>thead>tr>td, .table-striped table>tbody>tr>td, .table-striped table>tfoot>tr>td {
border-bottom: 1px solid #e7eaec!important; border-bottom: 1px solid #e7eaec!important;
background-color: transparent; background-color: transparent;
border: 0px; border: 0px;
} }
.table-bordered table>thead>tr>th:first-child, .table-bordered table>tbody>tr>td:first-child { .table-bordered table>thead>tr>th:first-child, .table-bordered table>tbody>tr>td:first-child {
border-left: 1px solid #ddd; border-left: 1px solid #ddd;
} }
@ -848,12 +852,10 @@ label {
.table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th { .table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th {
border-bottom: 1px solid #ccc!important; border-bottom: 1px solid #ccc!important;
border-top: 0px!important; border-top: 0px!important;
}
.table-striped .table>thead:first-child>tr:first-child>th {
font-weight: normal; font-weight: normal;
font-size: 13px font-size: 13px
} }
.table-striped table thead { .table-striped table thead {
background-color: #eff3f8; background-color: #eff3f8;
} }

Loading…
Cancel
Save