Commit ee28958c by maxiaohan

查询与认定 表格样式统一

parent f7edf270
...@@ -401,20 +401,18 @@ ...@@ -401,20 +401,18 @@
Tpage Tpage
}}页</span }}页</span
> >
<div class="page"> <el-pagination
<el-pagination class="paging"
class="paging" background
background @size-change="handleSizeChange"
@size-change="handleSizeChange" @current-change="handleCurrPageChange"
@current-change="handleCurrPageChange" :current-page="reqParam.page.currPage"
:current-page="reqParam.page.currPage" :page-sizes="[10, 20, 50, 100]"
:page-sizes="[10, 20, 50, 100]" :page-size="reqParam.page.pageSize"
:page-size="reqParam.page.pageSize" layout="prev, pager, next"
layout="prev, pager, next" :total="reqParam.page.total"
:total="reqParam.page.total" >
> </el-pagination>
</el-pagination>
</div>
</div> </div>
<el-dialog :visible.sync="historyDialogVisible" style="z-index: 1500"> <el-dialog :visible.sync="historyDialogVisible" style="z-index: 1500">
...@@ -1512,6 +1510,21 @@ b { ...@@ -1512,6 +1510,21 @@ b {
div { div {
display: inline-block; display: inline-block;
} }
.footer {
width: 1544px;
//width: calc(100vw - 367px);
position: absolute;
bottom: 27px;
left: 24px;
.count {
font-size: 14px;
font-family: MicrosoftYaHei;
color: #666666;
}
.paging {
float: right;
}
}
} }
.display_style { .display_style {
...@@ -1684,16 +1697,6 @@ b { ...@@ -1684,16 +1697,6 @@ b {
// height: 450px; // height: 450px;
} }
} }
.footer {
width: 1544px;
//width: calc(100vw - 367px);
position: absolute;
bottom: 27px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
</style> </style>
<!--table树--> <!--table树-->
<style scoped lang="scss"> <style scoped lang="scss">
......
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