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 @@ ...@@ -49,10 +49,8 @@
.bycnoticeindex .search-warp-row button:nth-of-type(1) { .bycnoticeindex .search-warp-row button:nth-of-type(1) {
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
width: 60px; width: 60px;
height: 32px;
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
font-size: 14px; font-size: 14px;
color: #fff;
letter-spacing: 0; letter-spacing: 0;
line-height: 20px; line-height: 20px;
...@@ -61,7 +59,6 @@ ...@@ -61,7 +59,6 @@
.bycnoticeindex .search-warp-row button:nth-of-type(2) { .bycnoticeindex .search-warp-row button:nth-of-type(2) {
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
width: 58px; width: 58px;
height: 32px;
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
font-size: 14px; font-size: 14px;
color: #333333; color: #333333;
...@@ -115,10 +112,10 @@ ...@@ -115,10 +112,10 @@
padding-right: 5px; padding-right: 5px;
} }
.bycnoticeindex .el-table th>.cell{ .bycnoticeindex .el-table th>.cell {
font-weight: 500; font-weight: 500;
} }
.bycnoticetm-table-header { .bycnoticetm-table-header {
background:#f7f8fc; background: #f7f8fc;
} }
\ No newline at end of file
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
</el-table> </el-table>
<el-footer class="footer-row" v-if="total>0"> <el-footer class="footer-row" v-if="total>0">
<el-pagination background :page-size="size" :currentPage="page" layout="prev, pager, next" :total="total" <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-pagination>
</el-footer> </el-footer>
</div> </div>
......
...@@ -311,7 +311,7 @@ ...@@ -311,7 +311,7 @@
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="工商订单" name="second"> <el-tab-pane label="工商订单" name="second" v-if="0">
<div class="jdindentlist"> <div class="jdindentlist">
<div class="jdindentlist-inquire"> <div class="jdindentlist-inquire">
<div class="jdindentlist-inquire-form"> <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