页面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

@@ -106,7 +106,7 @@
/>
<div class="pa">
<a-pagination
showSizeChanger="true"
:showSizeChanger="false"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="pageSize"
@@ -272,7 +272,7 @@
/>
<div class="pa" style="margin-top: 20px">
<a-pagination
showSizeChanger="true"
:showSizeChanger="false"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="pageSize2"
@@ -1891,7 +1891,7 @@ export default {
// margin-bottom: 20px;
}
.count {
color: #388be1;
color: #4ea6ff;
font-size: 16px;
margin: 0 6px;
}