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

@@ -1280,7 +1280,7 @@
</div>
<div class="pa">
<a-pagination
showSizeChanger="true"
:showSizeChanger="false"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="pageSize1"
@@ -1384,7 +1384,7 @@
<div class="tableBox" style="margin-top: 50px">
<div class="pa">
<a-pagination
showSizeChanger="true"
:showSizeChanger="false"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="pageSize22"
@@ -1452,7 +1452,7 @@
<div class="tableBox" style="margin-top: 50px">
<div class="pa">
<a-pagination
showSizeChanger="true"
:showSizeChanger="false"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="pageSize222"
@@ -1730,7 +1730,7 @@
<div class="tableBox" style="margin-top: 50px">
<div class="pa">
<a-pagination
showSizeChanger="true"
:showSizeChanger="false"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="pageSize2"
@@ -2303,7 +2303,7 @@
<div class="tableBox" style="margin-top: 50px">
<div class="pa">
<a-pagination
showSizeChanger="true"
:showSizeChanger="false"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="pageSize3"
@@ -5971,7 +5971,7 @@ export default defineComponent({
left: 0;
width: 60%;
height: 5px;
background-color: #388be1;
background-color: #4ea6ff;
border-radius: 3px;
}
@@ -5993,7 +5993,7 @@ export default defineComponent({
position: absolute;
right: 2px;
top: -30px;
color: #388be1;
color: #4ea6ff;
}
}
}
@@ -6918,7 +6918,7 @@ export default defineComponent({
left: 0;
width: 60%;
height: 5px;
background-color: #388be1;
background-color: #4ea6ff;
border-radius: 3px;
}
@@ -6940,7 +6940,7 @@ export default defineComponent({
position: absolute;
right: 2px;
top: -30px;
color: #388be1;
color: #4ea6ff;
}
}
}
@@ -7817,7 +7817,7 @@ export default defineComponent({
cursor: pointer;
width: 130px;
height: 40px;
background: #388be1;
background: #4ea6ff;
border-radius: 8px;
border: 0;
margin-right: 8px;