mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
页面button颜色统一,表格不可选择页面数量
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user