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

@@ -837,7 +837,7 @@
<div class="pa">
<a-pagination
v-if="total > 10"
showSizeChanger="true"
:showSizeChanger="false"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="stupageSize"
@@ -6389,7 +6389,7 @@ export default {
}
.pjcb_content {
border: 1px solid #388be1;
border: 1px solid #4ea6ff;
padding: 32px;
.pjcb_content :last-child {
@@ -6496,9 +6496,9 @@ export default {
}
.btn2 {
border: 1px solid #388be1;
border: 1px solid #4ea6ff;
background: #ffffff;
color: #388be1;
color: #4ea6ff;
}
}
}
@@ -6529,7 +6529,7 @@ export default {
align-items: center;
.ant-select-selector {
color: #388be1 !important;
color: #4ea6ff !important;
}
.inhead {
@@ -6561,7 +6561,7 @@ export default {
.ant-select-selector {
border-radius: 4px !important;
border: 1px solid #388be1;
border: 1px solid #4ea6ff;
}
}
}
@@ -6616,7 +6616,7 @@ export default {
position: absolute;
width: 100px;
height: 40px;
background: #388be1;
background: #4ea6ff;
border-radius: 8px;
display: flex;
align-items: center;