style:按钮样式统一

This commit is contained in:
songwc
2022-10-28 16:52:40 +08:00
parent fe85165ce9
commit bf57d4b916
13 changed files with 255 additions and 227 deletions

View File

@@ -57,16 +57,19 @@
}"
/>
</div>
<div class="pa">
<a-pagination
showSizeChanger="true"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="pageSize"
:current="currentPage"
:total="tableDataTotal"
class="pagination"
/>
<div class="tableBox">
<div class="pa">
<a-pagination
showSizeChanger="true"
showQuickJumper="true"
hideOnSinglePage="true"
:pageSize="pageSize"
:current="currentPage"
:total="tableDataTotal"
class="pagination"
/>
</div>
</div>
<!-- <div class="tab" style="margin-top: 20px; margin-bottom: 100px">
<a-table
@@ -589,25 +592,27 @@ export default {
cursor: pointer;
}
}
.pa {
// left: 0;
margin-top: 25px;
// margin-bottom: 70px;
width: 100%;
// height: 20px;
// background-color: red;
display: flex;
justify-content: center;
// position: absolute;
// bottom: 20px;
// margin-bottom: 20px;
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-options {
margin-bottom: 10px;
}
.ant-pagination-item {
margin-bottom: 10px;
.tableBox {
.pa {
// left: 0;
margin-top: 25px;
// margin-bottom: 70px;
width: 100%;
// height: 20px;
// background-color: red;
display: flex;
justify-content: center;
// position: absolute;
// bottom: 20px;
// margin-bottom: 20px;
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-options {
margin-bottom: 10px;
}
.ant-pagination-item {
margin-bottom: 10px;
}
}
}
// .tab {
@@ -657,7 +662,7 @@ export default {
cursor: pointer;
width: 100px;
height: 40px;
background: #4ea6ff;
background: #409eff;
border-radius: 8px;
border: 0;
margin-left: 15px;