|
|
|
@ -307,23 +307,23 @@ label{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** 表格查询数据 */
|
|
|
|
|
.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
|
|
|
|
|
}
|
|
|
|
|