页面button颜色统一,表格不可选择页面数量

This commit is contained in:
zhangyc
2022-12-11 11:46:52 +08:00
parent 6fc160ae79
commit 65fbc3eba4
84 changed files with 1642 additions and 2633 deletions

View File

@@ -74,7 +74,7 @@
<div class="pa">
<a-pagination
v-if="tableDataTotal>10"
showSizeChanger="true"
:showSizeChanger="false"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="pageSize"
@@ -335,7 +335,7 @@ export default {
display: flex;
flex-wrap: wrap;
margin-top: 20px;
justify-content: space-between;
.sealeft {
display: flex;
@@ -386,8 +386,8 @@ export default {
.btn2 {
background: #ffffff;
color: #388be1;
border: 1px solid #388be1;
color: #4ea6ff;
border: 1px solid #4ea6ff;
}
}
}