表格支持边框

This commit is contained in:
RuoYi
2018-07-14 23:16:38 +08:00
parent d891a2ee2b
commit 2f6e6736ca
18 changed files with 27 additions and 27 deletions

View File

@ -307,23 +307,23 @@ label{
}
/** <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD> */
.order-table{
.table-striped{
min-height:75%;
}
.order-table .bootstrap-table{
.table-striped .bootstrap-table{
border:0px!important;
}
.order-table .table, .fixed-table-container, .order-table .table, .order-table .table, .order-table .table>thead>tr>th, .order-table .table>tbody>tr>th, .order-table .table>tfoot>tr>th, .order-table .table>thead>tr>td, .order-table .table>tbody>tr>td, .order-table .table>tfoot>tr>td{
/* border-bottom: 0px!important; */
.table-striped .table, .fixed-table-container, .table-striped .table, .table-striped .table, .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{
background-color: transparent!important;
border: 0px;
border: 0px;
}
.order-table .table>thead>tr>th, .order-table .table>tbody>tr>th{
.table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th{
border-bottom: 1px solid #ccc!important;
border-top: 0px!important;
border-top: 0px!important;
}
.order-table .table>thead:first-child>tr:first-child>th{
.table-striped .table>thead:first-child>tr:first-child>th{
color:#333;
}
.table-bordered td,.table-bordered th {
border: 1px solid #ddd!important
}

File diff suppressed because one or more lines are too long