mirror of https://gitee.com/y_project/RuoYi.git
表格样式优化
parent
7a8e047c6f
commit
514ccd2c75
|
@ -813,17 +813,21 @@ label {
|
|||
min-height: 75%;
|
||||
}
|
||||
|
||||
.table-striped .bootstrap-table {
|
||||
.table-striped .bootstrap-table, .table-striped .table-bordered {
|
||||
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 {
|
||||
border-bottom: 1px solid #e7eaec!important;
|
||||
background-color: transparent;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
|
||||
.table-bordered table>thead>tr>th:first-child, .table-bordered table>tbody>tr>td:first-child {
|
||||
border-left: 1px solid #ddd;
|
||||
}
|
||||
|
@ -848,12 +852,10 @@ label {
|
|||
.table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th {
|
||||
border-bottom: 1px solid #ccc!important;
|
||||
border-top: 0px!important;
|
||||
}
|
||||
|
||||
.table-striped .table>thead:first-child>tr:first-child>th {
|
||||
font-weight: normal;
|
||||
font-size: 13px
|
||||
}
|
||||
|
||||
.table-striped table thead {
|
||||
background-color: #eff3f8;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue