Commit 133c7cf4 by 刘泽奇

123

parent 37914858
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -49,10 +49,8 @@
.bycnoticeindex .search-warp-row button:nth-of-type(1) {
border: 1px solid #dcdfe6;
width: 60px;
height: 32px;
font-family: PingFangSC-Regular;
font-size: 14px;
color: #fff;
letter-spacing: 0;
line-height: 20px;
......@@ -61,7 +59,6 @@
.bycnoticeindex .search-warp-row button:nth-of-type(2) {
border: 1px solid #dcdfe6;
width: 58px;
height: 32px;
font-family: PingFangSC-Regular;
font-size: 14px;
color: #333333;
......@@ -115,10 +112,10 @@
padding-right: 5px;
}
.bycnoticeindex .el-table th>.cell{
.bycnoticeindex .el-table th>.cell {
font-weight: 500;
}
.bycnoticetm-table-header {
background:#f7f8fc;
background: #f7f8fc;
}
\ No newline at end of file
......@@ -93,7 +93,7 @@
</el-table>
<el-footer class="footer-row" v-if="total>0">
<el-pagination background :page-size="size" :currentPage="page" layout="prev, pager, next" :total="total"
@current-change="handleSizeChange" style="padding-top:15px">
@current-change="handleCurrentChange" style="padding-top:15px">
</el-pagination>
</el-footer>
</div>
......
......@@ -311,7 +311,7 @@
</el-tab-pane>
<el-tab-pane label="工商订单" name="second">
<el-tab-pane label="工商订单" name="second" v-if="0">
<div class="jdindentlist">
<div class="jdindentlist-inquire">
<div class="jdindentlist-inquire-form">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment