fix: BUG修改

This commit is contained in:
kun 2023-07-27 18:30:44 +08:00
parent 988a39e157
commit e3d478d47f
5 changed files with 5 additions and 6 deletions

View File

@ -102,7 +102,7 @@
}
.el-pager li.is-active {
background-color: var(--el-color-primary);
color: var(--el-menu-text-color);
color: var(--el-color-white);
font-size: 20px;
}
.el-pagination__total {

View File

@ -21,7 +21,6 @@ $complete: #409eff;
flex-basis: auto;
color: #ccc;
font-size: 20px;
.el-icon {
color: #ccc;
font-size: 20px;

View File

@ -1,7 +1,7 @@
export const Reports = [
{
id: 0,
title: "工程概况"
title: "项目概况"
},
{
id: 1,

View File

@ -167,8 +167,8 @@
font-size: 20px;
}
.el-pager li.is-active {
color: var(--el-menu-text-color);
background-color: var(--el-menu-bg-color);
color: white;
background-color: var(--el-color-primary);
font-size: 20px;
}
.el-pagination__total {

View File

@ -995,7 +995,7 @@ onMounted(() => {});
@include flex;
flex-wrap: wrap;
:deep(.face-uploader .el-upload) {
border: 1px dashed #d9d9d9 !important;
border: 1px dashed var(--el-menu-text-color) !important;
border-radius: 6px !important;
cursor: pointer !important;
position: relative !important;