diff --git a/ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css b/ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css index b9d1c24d..b3ad9c31 100644 --- a/ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css +++ b/ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css @@ -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; }