Commit d329dc4e authored by Cai Wei's avatar Cai Wei

feat(*): 分页器修改

parent ba538afa
...@@ -213,8 +213,8 @@ export default { ...@@ -213,8 +213,8 @@ export default {
position: absolute; position: absolute;
right: 200px; right: 200px;
color: #ffffff; color: #ffffff;
background: #2182a0; background-color: var(--bg-primary);
border: 1px solid #2182a0; border: 1px solid var(--success);
border-radius: 6px; border-radius: 6px;
cursor: pointer; cursor: pointer;
transition: all 0.3s ease; transition: all 0.3s ease;
......
...@@ -54,16 +54,16 @@ ...@@ -54,16 +54,16 @@
} }
.view-btn { .view-btn {
color: #2182a0 !important; color: var(--success) !important;
} }
.edit-btn { .edit-btn {
color: #2182a0 !important; color: var(--success) !important;
} }
.el-button--primary { .el-button--primary {
background-color: #2182a0 !important; background-color: var(--chart-blue) !important;
border-color: #2182a0 !important; border-color: var(--chart-blue) !important;
} }
.login-container .el-form-item { .login-container .el-form-item {
......
...@@ -292,3 +292,24 @@ ...@@ -292,3 +292,24 @@
box-shadow: 0 0 0 1px #434343 inset !important; box-shadow: 0 0 0 1px #434343 inset !important;
} }
} }
.el-pagination button {
background: var(--bg-secondary) !important;
}
.el-pager li {
background: var(--bg-secondary) !important;
}
.el-pager li.is-active, .el-pager li:hover {
color: var(--success) !important;
}
.el-pager li {
color: var(--text-secondary) !important;
&:hover {
color: var(--success) !important;
}
}
.el-pagination__total {
color: var(--text-secondary) !important;
}
\ No newline at end of file
...@@ -425,15 +425,15 @@ onBeforeUnmount(() => {}); ...@@ -425,15 +425,15 @@ onBeforeUnmount(() => {});
} }
.search-btn { .search-btn {
width: 85px; width: 85px;
background: #2182a0; background-color: var(--bg-primary);
border: 1px solid #2182a0; border: 1px solid var(--success);
} }
.add-btn { .add-btn {
width: 85px; width: 85px;
} }
.health-score { .health-score {
color: #027ffc; color: var(--success);
cursor: pointer; cursor: pointer;
display: block; display: block;
width: 100%; width: 100%;
...@@ -503,7 +503,7 @@ onBeforeUnmount(() => {}); ...@@ -503,7 +503,7 @@ onBeforeUnmount(() => {});
.table-title { .table-title {
font-size: 14px; font-size: 14px;
color: #2182a0; color: var(--success);
margin-bottom: 16px; margin-bottom: 16px;
font-weight: 500; font-weight: 500;
} }
......
...@@ -1649,8 +1649,8 @@ const handlePaginationChange = (pagination) => { ...@@ -1649,8 +1649,8 @@ const handlePaginationChange = (pagination) => {
} }
.search-btn { .search-btn {
width: 85px; width: 85px;
background: #2182a0; background-color: var(--bg-primary);
border: 1px solid #2182a0; border: 1px solid var(--success);
} }
:deep(.el-tag) { :deep(.el-tag) {
margin-right: 10px; margin-right: 10px;
......
...@@ -1733,8 +1733,8 @@ const handlePaginationChange = (pagination) => { ...@@ -1733,8 +1733,8 @@ const handlePaginationChange = (pagination) => {
} }
.search-btn { .search-btn {
width: 85px; width: 85px;
background: #2182a0; background-color: var(--bg-primary);
border: 1px solid #2182a0; border: 1px solid var(--success);
} }
} }
</style> </style>
\ No newline at end of file
...@@ -361,15 +361,15 @@ onBeforeUnmount(() => {}); ...@@ -361,15 +361,15 @@ onBeforeUnmount(() => {});
} }
.search-btn { .search-btn {
width: 85px; width: 85px;
background: #2182a0; background-color: var(--bg-primary);
border: 1px solid #2182a0; border: 1px solid var(--success);
} }
.add-btn { .add-btn {
width: 85px; width: 85px;
} }
.health-score { .health-score {
color: #027ffc; color: var(--success);
cursor: pointer; cursor: pointer;
display: block; display: block;
width: 100%; width: 100%;
...@@ -439,7 +439,7 @@ onBeforeUnmount(() => {}); ...@@ -439,7 +439,7 @@ onBeforeUnmount(() => {});
.table-title { .table-title {
font-size: 14px; font-size: 14px;
color: #2182a0; color: var(--success);
margin-bottom: 16px; margin-bottom: 16px;
font-weight: 500; font-weight: 500;
} }
......
...@@ -191,7 +191,7 @@ const handleConfirm = () => { ...@@ -191,7 +191,7 @@ const handleConfirm = () => {
.table-title { .table-title {
font-size: 14px; font-size: 14px;
color: #2182a0; color: var(--success);
margin-bottom: 16px; margin-bottom: 16px;
font-weight: 500; font-weight: 500;
} }
......
...@@ -375,7 +375,7 @@ const cancel = () => { ...@@ -375,7 +375,7 @@ const cancel = () => {
.table-title { .table-title {
font-size: 14px; font-size: 14px;
color: #2182a0; color: var(--success);
margin-bottom: 16px; margin-bottom: 16px;
font-weight: 500; font-weight: 500;
......
...@@ -586,25 +586,25 @@ onBeforeUnmount(() => {}); ...@@ -586,25 +586,25 @@ onBeforeUnmount(() => {});
align-items: center; align-items: center;
margin-bottom: 16px; margin-bottom: 16px;
:deep(.el-form-item__label) { // :deep(.el-form-item__label) {
color: #fff; // color: #fff;
} // }
:deep(.el-input__inner), // :deep(.el-input__inner),
:deep(.el-select__input) { // :deep(.el-select__input) {
background-color: #242a30; // background-color: #242a30;
border-color: #2c3136; // border-color: #2c3136;
color: #fff; // color: #fff;
} // }
:deep(.el-select-dropdown__item) { // :deep(.el-select-dropdown__item) {
color: #fff; // color: #fff;
} // }
:deep(.el-select-dropdown) { // :deep(.el-select-dropdown) {
background-color: #242a30; // background-color: #242a30;
border-color: #2c3136; // border-color: #2c3136;
} // }
} }
.table-box { .table-box {
width: 100%; width: 100%;
...@@ -643,7 +643,7 @@ onBeforeUnmount(() => {}); ...@@ -643,7 +643,7 @@ onBeforeUnmount(() => {});
} }
.el-input__inner { .el-input__inner {
background-color: #242a30; // background-color: #242a30;
border-color: #2c3136; border-color: #2c3136;
color: #fff; color: #fff;
} }
...@@ -653,14 +653,14 @@ onBeforeUnmount(() => {}); ...@@ -653,14 +653,14 @@ onBeforeUnmount(() => {});
.default-btn { .default-btn {
width: 85px; width: 85px;
background-color: #242a30; background-color: var(--text-secondary);
border-color: #2c3136; border-color: #2c3136;
color: #fff; color: #fff;
} }
.search-btn { .search-btn {
width: 85px; width: 85px;
background: #2182a0; background-color: var(--bg-primary);
border: 1px solid #2182a0; border: 1px solid var(--success);
} }
.add-btn { .add-btn {
width: 85px; width: 85px;
...@@ -669,7 +669,7 @@ onBeforeUnmount(() => {}); ...@@ -669,7 +669,7 @@ onBeforeUnmount(() => {});
} }
.health-score { .health-score {
color: #027ffc; color: var(--success);
cursor: pointer; cursor: pointer;
display: block; display: block;
width: 100%; width: 100%;
...@@ -766,7 +766,7 @@ onBeforeUnmount(() => {}); ...@@ -766,7 +766,7 @@ onBeforeUnmount(() => {});
.table-title { .table-title {
font-size: 14px; font-size: 14px;
color: #2182a0; color: var(--success);
margin-bottom: 16px; margin-bottom: 16px;
font-weight: 500; font-weight: 500;
} }
......
...@@ -488,8 +488,8 @@ onMounted(() => { ...@@ -488,8 +488,8 @@ onMounted(() => {
} }
.search-btn { .search-btn {
width: 85px; width: 85px;
background: #2182a0; background-color: var(--bg-primary);
border: 1px solid #2182a0; border: 1px solid var(--success);
} }
.add-btn { .add-btn {
width: 85px; width: 85px;
......
...@@ -331,15 +331,15 @@ onBeforeUnmount(() => {}); ...@@ -331,15 +331,15 @@ onBeforeUnmount(() => {});
} }
.search-btn { .search-btn {
width: 85px; width: 85px;
background: #2182a0; background-color: var(--bg-primary);
border: 1px solid #2182a0; border: 1px solid var(--success);
} }
.add-btn { .add-btn {
width: 85px; width: 85px;
} }
.health-score { .health-score {
color: #027ffc; color: var(--success);
cursor: pointer; cursor: pointer;
display: block; display: block;
width: 100%; width: 100%;
...@@ -409,7 +409,7 @@ onBeforeUnmount(() => {}); ...@@ -409,7 +409,7 @@ onBeforeUnmount(() => {});
.table-title { .table-title {
font-size: 14px; font-size: 14px;
color: #2182a0; color: var(--success);
margin-bottom: 16px; margin-bottom: 16px;
font-weight: 500; font-weight: 500;
} }
......
...@@ -1240,7 +1240,7 @@ $light_gray: #eee; ...@@ -1240,7 +1240,7 @@ $light_gray: #eee;
.login-btn { .login-btn {
width: 100%; width: 100%;
margin-top: 40px; margin-top: 40px;
background: #2182a0; background-color: var(--bg-primary);
height: 40px; height: 40px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment