表格支持边框

master
RuoYi 7 years ago committed by Limy
parent 15df606003
commit 1ee93f5540

@ -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
}

File diff suppressed because one or more lines are too long

@ -44,7 +44,7 @@
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -44,7 +44,7 @@
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -44,7 +44,7 @@
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -31,7 +31,7 @@
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -44,7 +44,7 @@
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -39,7 +39,7 @@
<i class="fa fa-trash-o"></i> 删除
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -32,7 +32,7 @@
<i class="fa fa-plus"></i> 新增
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -43,7 +43,7 @@
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -41,7 +41,7 @@
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -32,7 +32,7 @@
<i class="fa fa-plus"></i> 新增
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -39,7 +39,7 @@
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -41,7 +41,7 @@
</button>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -41,7 +41,7 @@
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -66,7 +66,7 @@
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -30,7 +30,7 @@
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

@ -13,7 +13,7 @@
</a>
</div>
<div class="col-sm-12 select-info order-table">
<div class="col-sm-12 select-info table-striped">
<table id="bootstrap-table" data-mobile-responsive="true"></table>
</div>
</div>

Loading…
Cancel
Save