|
@@ -2,62 +2,63 @@
|
|
|
------------------------------- */
|
|
|
[data-theme='dark'] {
|
|
|
// 变量(自定义时,只需修改这里的值)
|
|
|
- --next-bg-main : #1f1f1f;
|
|
|
- --next-color-white : #ffffff;
|
|
|
- --next-color-disabled : #191919;
|
|
|
- --next-color-bar : #dadada;
|
|
|
- --next-color-primary : #303030;
|
|
|
- --next-border-color : #424242;
|
|
|
- --next-border-black : #333333;
|
|
|
- --next-border-columns : #2a2a2a;
|
|
|
- --next-color-seting : #110d0d;
|
|
|
- --next-text-color-regular : #9b9da1;
|
|
|
+ --next-bg-main: #1f1f1f;
|
|
|
+ --next-color-white: #ffffff;
|
|
|
+ --next-color-disabled: #191919;
|
|
|
+ --next-color-bar: #dadada;
|
|
|
+ --next-color-primary: #303030;
|
|
|
+ --next-border-color: #424242;
|
|
|
+ --next-border-black: #333333;
|
|
|
+ --next-border-columns: #2a2a2a;
|
|
|
+ --next-color-seting: #110d0d;
|
|
|
+ --next-text-color-regular: #9b9da1;
|
|
|
--next-text-color-placeholder: #7a7a7a;
|
|
|
- --next-color-hover : #3c3c3c;
|
|
|
- --next-color-hover-rgba : #3C3C3C;
|
|
|
-
|
|
|
+ --next-color-hover: #3c3c3c;
|
|
|
+ --next-color-hover-rgba: #3c3c3c;
|
|
|
+ --next-menu-level1-bg: none;
|
|
|
+ --next-menu-level2-bg: #1f1e1e;
|
|
|
|
|
|
// root
|
|
|
- --next-bg-main-color : var(--next-bg-main) !important;
|
|
|
- --next-bg-topBar : var(--next-color-disabled) !important;
|
|
|
- --next-bg-topBarColor : var(--next-color-bar) !important;
|
|
|
- --next-bg-menuBar : var(--next-color-disabled) !important;
|
|
|
- --next-bg-menuBarColor : var(--next-color-bar) !important;
|
|
|
- --next-bg-columnsMenuBar : var(--next-color-disabled) !important;
|
|
|
+ --next-bg-main-color: var(--next-bg-main) !important;
|
|
|
+ --next-bg-topBar: var(--next-color-disabled) !important;
|
|
|
+ --next-bg-topBarColor: var(--next-color-bar) !important;
|
|
|
+ --next-bg-menuBar: var(--next-color-disabled) !important;
|
|
|
+ --next-bg-menuBarColor: var(--next-color-bar) !important;
|
|
|
+ --next-bg-columnsMenuBar: var(--next-color-disabled) !important;
|
|
|
--next-bg-columnsMenuBarColor: var(--next-color-bar) !important;
|
|
|
- --next-border-color-light : var(--next-border-black) !important;
|
|
|
- --next-color-primary-lighter : var(--next-color-primary) !important;
|
|
|
- --next-bg-color : var(--next-color-primary) !important;
|
|
|
- --next-color-dark-hover : var(--next-color-hover) !important;
|
|
|
- --next-color-menu-hover : var(--next-color-hover-rgba) !important;
|
|
|
- --next-color-menu-hover-blue : var(--next-color-hover-rgba) !important;
|
|
|
- --next-color-menu-text-blue: #1967D2;
|
|
|
+ --next-border-color-light: var(--next-border-black) !important;
|
|
|
+ --next-color-primary-lighter: var(--next-color-primary) !important;
|
|
|
+ --next-bg-color: var(--next-color-primary) !important;
|
|
|
+ --next-color-dark-hover: var(--next-color-hover) !important;
|
|
|
+ --next-color-menu-hover: var(--next-color-hover-rgba) !important;
|
|
|
+ --next-color-menu-hover-blue: none !important;
|
|
|
+ --next-color-menu-text-blue: #1967d2;
|
|
|
// --next-color-menu-text-blue : var(--next-color-hover-rgba) !important;
|
|
|
- --next-color-user-hover : var(--next-color-hover-rgba) !important;
|
|
|
- --next-color-seting-main : var(--next-color-seting) !important;
|
|
|
- --next-color-seting-aside : var(--next-color-hover) !important;
|
|
|
- --next-color-seting-header : var(--next-color-primary) !important;
|
|
|
- --next-bg-menuBar-black : var(--next-color-white) !important;
|
|
|
- --next-bg-menuBar-light : var(--next-bg-main) !important;
|
|
|
+ --next-color-user-hover: var(--next-color-hover-rgba) !important;
|
|
|
+ --next-color-seting-main: var(--next-color-seting) !important;
|
|
|
+ --next-color-seting-aside: var(--next-color-hover) !important;
|
|
|
+ --next-color-seting-header: var(--next-color-primary) !important;
|
|
|
+ --next-bg-menuBar-black: var(--next-color-white) !important;
|
|
|
+ --next-bg-menuBar-light: var(--next-bg-main) !important;
|
|
|
|
|
|
// element plus
|
|
|
- --el-color-white : var(--next-color-disabled) !important;
|
|
|
- --el-text-color-primary : var(--next-color-bar) !important;
|
|
|
- --el-border-color-base : var(--next-border-black) !important;
|
|
|
- --el-border-color-light : var(--next-border-black) !important;
|
|
|
- --el-text-color-regular : var(--next-text-color-regular) !important;
|
|
|
- --el-bg-color : var(--next-color-hover-rgba) !important;
|
|
|
- --el-color-success-lighter : var(--next-color-primary) !important;
|
|
|
- --el-color-warning-lighter : var(--next-color-primary) !important;
|
|
|
- --el-color-danger-lighter : var(--next-color-primary) !important;
|
|
|
- --el-color-primary-lighter : var(--next-color-primary) !important;
|
|
|
- --el-color-primary-light-9 : var(--next-color-hover) !important;
|
|
|
+ --el-color-white: var(--next-color-disabled) !important;
|
|
|
+ --el-text-color-primary: var(--next-color-bar) !important;
|
|
|
+ --el-border-color-base: var(--next-border-black) !important;
|
|
|
+ --el-border-color-light: var(--next-border-black) !important;
|
|
|
+ --el-text-color-regular: var(--next-text-color-regular) !important;
|
|
|
+ --el-bg-color: var(--next-color-hover-rgba) !important;
|
|
|
+ --el-color-success-lighter: var(--next-color-primary) !important;
|
|
|
+ --el-color-warning-lighter: var(--next-color-primary) !important;
|
|
|
+ --el-color-danger-lighter: var(--next-color-primary) !important;
|
|
|
+ --el-color-primary-lighter: var(--next-color-primary) !important;
|
|
|
+ --el-color-primary-light-9: var(--next-color-hover) !important;
|
|
|
--el-text-color-disabled-base: var(--el-color-primary) !important;
|
|
|
- --el-text-color-disabled : var(--next-text-color-placeholder) !important;
|
|
|
- --el-border-color-lighter : var(--next-border-black) !important;
|
|
|
- --el-text-color-placeholder : var(--next-text-color-placeholder) !important;
|
|
|
- --el-disabled-bg-color : var(--next-color-disabled) !important;
|
|
|
- --el-fill-base : var(--next-color-white) !important;
|
|
|
+ --el-text-color-disabled: var(--next-text-color-placeholder) !important;
|
|
|
+ --el-border-color-lighter: var(--next-border-black) !important;
|
|
|
+ --el-text-color-placeholder: var(--next-text-color-placeholder) !important;
|
|
|
+ --el-disabled-bg-color: var(--next-color-disabled) !important;
|
|
|
+ --el-fill-base: var(--next-color-white) !important;
|
|
|
|
|
|
// button
|
|
|
.el-button {
|
|
@@ -75,8 +76,8 @@
|
|
|
.el-button--danger,
|
|
|
.el-button--success,
|
|
|
.el-button--warning {
|
|
|
- --el-button-text-color : var(--next-color-white) !important;
|
|
|
- --el-button-hover-text-color : var(--next-color-white) !important;
|
|
|
+ --el-button-text-color: var(--next-color-white) !important;
|
|
|
+ --el-button-hover-text-color: var(--next-color-white) !important;
|
|
|
--el-button-disabled-text-color: var(--next-color-white) !important;
|
|
|
|
|
|
&:hover {
|
|
@@ -106,11 +107,11 @@
|
|
|
// tabs
|
|
|
.el-tabs--border-card {
|
|
|
background-color: var(--el-color-white) !important;
|
|
|
- border-color : var(--next-border-color-light) !important;
|
|
|
+ border-color: var(--next-border-color-light) !important;
|
|
|
}
|
|
|
|
|
|
- .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
|
|
|
- background : var(--next-color-primary-lighter);
|
|
|
+ .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
|
|
|
+ background: var(--next-color-primary-lighter);
|
|
|
border-color: var(--next-border-color-light) !important;
|
|
|
}
|
|
|
|
|
@@ -127,12 +128,12 @@
|
|
|
background: var(--next-color-primary-lighter) !important;
|
|
|
}
|
|
|
|
|
|
- //
|
|
|
+ //
|
|
|
.el-drawer.rtl.open {
|
|
|
background: var(--el-color-white) !important;
|
|
|
}
|
|
|
|
|
|
- //
|
|
|
+ //
|
|
|
.box-content {
|
|
|
border-color: var(--next-border-color-light) !important;
|
|
|
}
|
|
@@ -146,7 +147,7 @@
|
|
|
}
|
|
|
|
|
|
// 组态管理-组态设计
|
|
|
- .page-wrapper>iframe {
|
|
|
+ .page-wrapper > iframe {
|
|
|
background: var(--next-color-primary-lighter) !important;
|
|
|
}
|
|
|
|
|
@@ -155,18 +156,18 @@
|
|
|
border: 1px solid var(--next-border-color-light) !important;
|
|
|
}
|
|
|
.flow-line-wrap {
|
|
|
- background-color: transparent!important;
|
|
|
+ background-color: transparent !important;
|
|
|
border: 1px solid var(--next-border-color-light) !important;
|
|
|
-
|
|
|
+
|
|
|
.text {
|
|
|
- color: var(--next-bg-menuBar-black) !important;
|
|
|
+ color: var(--next-bg-menuBar-black) !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.el-card {
|
|
|
background-color: var(--el-color-white) !important;
|
|
|
- color : var(--el-text-color-primary) !important;
|
|
|
- border : 1px solid var(--next-border-color-light) !important;
|
|
|
+ color: var(--el-text-color-primary) !important;
|
|
|
+ border: 1px solid var(--next-border-color-light) !important;
|
|
|
}
|
|
|
|
|
|
.el-button.is-text:not(.is-disabled):focus,
|
|
@@ -219,7 +220,7 @@
|
|
|
|
|
|
.el-button--large {
|
|
|
background-color: var(--el-color-white) !important;
|
|
|
- border : 1px solid var(--next-border-color-light) !important;
|
|
|
+ border: 1px solid var(--next-border-color-light) !important;
|
|
|
}
|
|
|
|
|
|
.el-input-number__decrease,
|
|
@@ -233,17 +234,16 @@
|
|
|
|
|
|
.el-input__wrapper {
|
|
|
background-color: var(--el-color-white) !important;
|
|
|
- color : var(--el-text-color-primary) !important;
|
|
|
+ color: var(--el-text-color-primary) !important;
|
|
|
}
|
|
|
|
|
|
.el-input {
|
|
|
--el-input-border-color: var(--next-border-color-light) !important;
|
|
|
--el-input-hover-border: var(--el-text-color-disabled) !important;
|
|
|
-
|
|
|
}
|
|
|
|
|
|
.el-date-editor {
|
|
|
- --el-input-border-color : var(--next-border-color-light) !important;
|
|
|
+ --el-input-border-color: var(--next-border-color-light) !important;
|
|
|
--el-input-hover-border-color: var(--el-text-color-disabled) !important;
|
|
|
}
|
|
|
|
|
@@ -256,9 +256,8 @@
|
|
|
}
|
|
|
|
|
|
.el-tree {
|
|
|
- background-color : var(--el-color-white) !important;
|
|
|
+ background-color: var(--el-color-white) !important;
|
|
|
--el-tree-node-hover-bg-color: var(--el-color-white) !important;
|
|
|
-
|
|
|
}
|
|
|
|
|
|
.el-tree-node__content .el-select-dropdown__item.hover {
|
|
@@ -269,34 +268,11 @@
|
|
|
background-color: var(--el-color-white) !important;
|
|
|
}
|
|
|
|
|
|
- .el-table th.el-table__cell,
|
|
|
- .el-table tr {
|
|
|
- background-color: var(--el-color-white) !important;
|
|
|
- color : var(--el-text-color-primary) !important;
|
|
|
-
|
|
|
- .cell {
|
|
|
- color: var(--el-text-color-primary) !important;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .el-scrollbar__view .el-table__body tr:hover>td.el-table__cell,
|
|
|
- .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
|
|
|
- background-color: var(--el-bg-color) !important;
|
|
|
- }
|
|
|
|
|
|
.el-table__body-wrapper tr td.el-table-fixed-column--left,
|
|
|
- .el-table__body-wrapper tr td.el-table-fixed-column--right,
|
|
|
- .el-table__body-wrapper tr th.el-table-fixed-column--left,
|
|
|
- .el-table__body-wrapper tr th.el-table-fixed-column--right,
|
|
|
- .el-table__footer-wrapper tr td.el-table-fixed-column--left,
|
|
|
- .el-table__footer-wrapper tr td.el-table-fixed-column--right,
|
|
|
- .el-table__footer-wrapper tr th.el-table-fixed-column--left,
|
|
|
- .el-table__footer-wrapper tr th.el-table-fixed-column--right,
|
|
|
- .el-table__header-wrapper tr td.el-table-fixed-column--left,
|
|
|
- .el-table__header-wrapper tr td.el-table-fixed-column--right,
|
|
|
- .el-table__header-wrapper tr th.el-table-fixed-column--left,
|
|
|
- .el-table__header-wrapper tr th.el-table-fixed-column--right {
|
|
|
- background-color: var(--el-color-white) !important;
|
|
|
+ .el-table__body-wrapper tr td.el-table-fixed-column--right{
|
|
|
+ background-color: none !important;
|
|
|
+ background: none !important;
|
|
|
}
|
|
|
|
|
|
.add-flag-container {
|
|
@@ -307,6 +283,16 @@
|
|
|
background-color: var(--el-color-white) !important;
|
|
|
}
|
|
|
|
|
|
+ .el-table {
|
|
|
+ --el-table-header-bg-color: rgba(243, 245, 249, 0.13) !important;
|
|
|
+ --el-table-text-color: #fff !important;
|
|
|
+ font-weight: 500 !important;
|
|
|
+ thead th {
|
|
|
+ border-bottom: none !important;
|
|
|
+ padding: 12px 0 !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
.help-wrap .help-item .help-item-label {
|
|
|
background-color: var(--next-border-color-light) !important;
|
|
|
}
|
|
@@ -317,16 +303,15 @@
|
|
|
|
|
|
.el-alert,
|
|
|
.notice-bar {
|
|
|
- border : 1px solid var(--next-border-color) !important;
|
|
|
+ border: 1px solid var(--next-border-color) !important;
|
|
|
background-color: var(--next-color-disabled) !important;
|
|
|
}
|
|
|
|
|
|
.system-dic-container {
|
|
|
-
|
|
|
.content,
|
|
|
.content-box {
|
|
|
background-color: var(--next-color-disabled) !important;
|
|
|
- color : var(--el-text-color-primary) !important;
|
|
|
+ color: var(--el-text-color-primary) !important;
|
|
|
}
|
|
|
|
|
|
.ant-descriptions-row {
|
|
@@ -340,8 +325,8 @@
|
|
|
.ant-descriptions-item-label,
|
|
|
.ant-descriptions-item-content {
|
|
|
background-color: var(--next-color-disabled) !important;
|
|
|
- color : var(--el-text-color-primary) !important;
|
|
|
- border-color : var(--next-border-color-light) !important;
|
|
|
+ color: var(--el-text-color-primary) !important;
|
|
|
+ border-color: var(--next-border-color-light) !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -350,13 +335,12 @@
|
|
|
background-color: var(--el-bg-color) !important;
|
|
|
}
|
|
|
|
|
|
- .el-tabs--border-card>.el-tabs__header {
|
|
|
+ .el-tabs--border-card > .el-tabs__header {
|
|
|
background-color: var(--next-color-disabled) !important;
|
|
|
}
|
|
|
|
|
|
.el-upload--picture-card {
|
|
|
background-color: var(--next-color-disabled) !important;
|
|
|
-
|
|
|
}
|
|
|
|
|
|
.wu-box {
|
|
@@ -384,11 +368,11 @@
|
|
|
// popper / dropdown
|
|
|
.el-popper {
|
|
|
border: 1px solid var(--next-border-color) !important;
|
|
|
- color : var(--el-text-color-primary) !important;
|
|
|
+ color: var(--el-text-color-primary) !important;
|
|
|
|
|
|
.el-popper__arrow:before {
|
|
|
background: var(--el-color-white) !important;
|
|
|
- border : 1px solid var(--next-border-color);
|
|
|
+ border: 1px solid var(--next-border-color);
|
|
|
}
|
|
|
|
|
|
a {
|
|
@@ -412,10 +396,10 @@
|
|
|
// input
|
|
|
.el-input-group__append,
|
|
|
.el-input-group__prepend {
|
|
|
- border : var(--el-input-border) !important;
|
|
|
+ border: var(--el-input-border) !important;
|
|
|
border-right: none !important;
|
|
|
- background : var(--next-color-disabled) !important;
|
|
|
- border-left : 0 !important;
|
|
|
+ background: var(--next-color-disabled) !important;
|
|
|
+ border-left: 0 !important;
|
|
|
}
|
|
|
|
|
|
.el-input-number__decrease,
|
|
@@ -441,7 +425,7 @@
|
|
|
|
|
|
// radio
|
|
|
.el-radio-button:not(.is-active) .el-radio-button__inner {
|
|
|
- border : 1px solid var(--next-border-color-light) !important;
|
|
|
+ border: 1px solid var(--next-border-color-light) !important;
|
|
|
border-left: 0 !important;
|
|
|
}
|
|
|
|
|
@@ -458,7 +442,7 @@
|
|
|
.editor-container {
|
|
|
.w-e-toolbar {
|
|
|
background: var(--el-color-white) !important;
|
|
|
- border : 1px solid var(--next-border-color-light) !important;
|
|
|
+ border: 1px solid var(--next-border-color-light) !important;
|
|
|
|
|
|
.w-e-menu:hover {
|
|
|
background: var(--next-color-user-hover) !important;
|
|
@@ -470,7 +454,7 @@
|
|
|
}
|
|
|
|
|
|
.w-e-text-container {
|
|
|
- border : 1px solid var(--next-border-color-light) !important;
|
|
|
+ border: 1px solid var(--next-border-color-light) !important;
|
|
|
border-top: none !important;
|
|
|
|
|
|
.w-e-text {
|
|
@@ -512,7 +496,6 @@
|
|
|
|
|
|
.monitor-weather .left .city-weather-data-overview-wrap section {
|
|
|
color: #fff !important;
|
|
|
-
|
|
|
}
|
|
|
|
|
|
.monitor-weather .left .city-weather-data-overview-wrap,
|
|
@@ -520,7 +503,7 @@
|
|
|
border-color: var(--next-border-color-light) !important;
|
|
|
}
|
|
|
|
|
|
- .monitor-weather .left .city-weather-data-overview-wrap section:nth-child(2n+1) {
|
|
|
+ .monitor-weather .left .city-weather-data-overview-wrap section:nth-child(2n + 1) {
|
|
|
background-color: var(--el-color-white) !important;
|
|
|
}
|
|
|
|
|
@@ -531,4 +514,4 @@
|
|
|
.monitor-weather .left .city-weather-data-overview-wrap section.active {
|
|
|
background-color: #1d3f4b !important;
|
|
|
}
|
|
|
-}
|
|
|
+}
|