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 {
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;
cursor: default;
}
div.sp-pagination ul li a:hover {
color: $--color-text-regular !important;
}

View File

@@ -1,30 +1,54 @@
.main-list {
height: 100%;
width: 100%;
display: flex;
background-color: $--background-color-base;
overflow-x: auto;
}
.main-list--project {
.main-list{
height: 100%;
width: 100%;
display: flex;
background-color: $--background-color-base;
overflow-x: auto;
.projectList{
flex: 1;
width: calc(50% - 10px);
margin-right: 10px;
min-width: 745px;
}
.projectTopo{
flex: 1;
width: calc(50% - 10px);
margin-right: 10px;
min-width: 435px;
}
.hide{
display: none;
}
.ml10{
margin-left: 10px;
.projectList{
flex: 1;
width: calc(50% - 10px);
margin-right: 10px;
min-width: 745px;
}
.projectTopo{
flex: 1;
width: calc(50% - 10px);
margin-right: 10px;
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{
display: none;
}
.ml10{
margin-left: 10px;
}
.main-container{
padding-right: 0 !important;
}
@@ -61,7 +85,7 @@
}
}
.pagination-bottom{
width: calc(100% - 30px);
bottom: 18px;
width: calc(100% - 30px) !important;
bottom: 18px !important;
}
}

View File

@@ -152,7 +152,7 @@
</div>
</div>
<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>