style: project 主题颜色调整

This commit is contained in:
@changcode
2021-11-19 14:09:29 +08:00
parent 38d8ee753d
commit c508dda3c5
5 changed files with 65 additions and 27 deletions

View File

@@ -358,3 +358,9 @@
} }
} }
} }
.right-box-sub-title {
background: $--right-box-sub-title-background-color !important;
}
.meta-option-box {
color: $--color-text-regular;
}

View File

@@ -114,3 +114,8 @@
.search-content-box { .search-content-box {
border-bottom: 1px solid $--click-search-items-border-bottom-color !important; border-bottom: 1px solid $--click-search-items-border-bottom-color !important;
} }
.el-skeleton {
.el-skeleton__item.el-skeleton__p.is-first {
background-color: $--background-color-base;
}
}

View File

@@ -45,3 +45,6 @@ div.sp-result-area table.sp-table tbody tr.sp-selected td {
color: $--select-page-focus-color !important; color: $--select-page-focus-color !important;
cursor: default; cursor: default;
} }
div.sp-pagination ul li a:hover {
color: $--color-text-regular !important;
}

View File

@@ -1,10 +1,11 @@
.main-list--project { .main-list {
.main-list{
height: 100%; height: 100%;
width: 100%; width: 100%;
display: flex; display: flex;
background-color: $--background-color-base; background-color: $--background-color-base;
overflow-x: auto; overflow-x: auto;
}
.main-list--project {
.projectList{ .projectList{
flex: 1; flex: 1;
width: calc(50% - 10px); width: calc(50% - 10px);
@@ -16,7 +17,31 @@
width: calc(50% - 10px); width: calc(50% - 10px);
margin-right: 10px; margin-right: 10px;
min-width: 435px; min-width: 435px;
.project-box.list-page {
width: 100%;
height: calc(100% - 8px)!important;
position: relative;
border-radius: 2px;
.main-list {
height: calc(100% - 2px) !important;
overflow: visible;
.top-tools div:nth-of-type(1) {
color: $--color-text-primary;
}
//.nz-table2 {
// padding: 0 !important;
// border: 1px solid $--border-color-base !important;
//}
.right-bottom-zoom {
.zoom-option {
color: $--color-text-regular !important;
}
.zoom-option:hover {
color: $--color-text-regular !important;
}
}
}
}
} }
.hide{ .hide{
display: none; display: none;
@@ -24,7 +49,6 @@
.ml10{ .ml10{
margin-left: 10px; margin-left: 10px;
} }
}
.main-container{ .main-container{
padding-right: 0 !important; padding-right: 0 !important;
} }
@@ -61,7 +85,7 @@
} }
} }
.pagination-bottom{ .pagination-bottom{
width: calc(100% - 30px); width: calc(100% - 30px) !important;
bottom: 18px; bottom: 18px !important;
} }
} }

View File

@@ -152,7 +152,7 @@
</div> </div>
</div> </div>
<div :class="['page',fromOverView?'overview-page':'']" :style="{ <div :class="['page',fromOverView?'overview-page':'']" :style="{
border: fromOverView ? 'none' :`1px solid ${theme.borderColorLight}` border: fromOverView ? 'none' :`1px solid $--color-text-regular`
}"> }">
<!--画布部分--> <!--画布部分-->
<div :id="'topology-canvas' + topologyIndexF" :ref="'topology-canvas'+ topologyIndexF" class="full" @contextmenu="onContextMenu($event)"></div> <div :id="'topology-canvas' + topologyIndexF" :ref="'topology-canvas'+ topologyIndexF" class="full" @contextmenu="onContextMenu($event)"></div>