|
@@ -0,0 +1,1547 @@
|
|
|
|
|
+/* 科技蓝全局 UI — 与 themes/tech-blue.scss 变量一致,始终生效 */
|
|
|
|
|
+@import "../themes/tech-blue.scss";
|
|
|
|
|
+
|
|
|
|
|
+html,
|
|
|
|
|
+body,
|
|
|
|
|
+#app {
|
|
|
|
|
+ background-color: var(--content-bg) !important;
|
|
|
|
|
+ color: var(--text-cyan);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+body {
|
|
|
|
|
+ color: var(--text-cyan);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+a {
|
|
|
|
|
+ color: var(--primary-color);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* 页面容器:发光边框面板 */
|
|
|
|
|
+.global-variable {
|
|
|
|
|
+ margin: 18px;
|
|
|
|
|
+ padding: 16px;
|
|
|
|
|
+ background: var(--panel-bg) !important;
|
|
|
|
|
+ // border: 1px solid var(--panel-border);
|
|
|
|
|
+ box-shadow: var(--panel-glow);
|
|
|
|
|
+ border-radius: 4px;
|
|
|
|
|
+ min-height: calc(100vh - 120px);
|
|
|
|
|
+ color: var(--text-cyan);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.pagination-container {
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
|
+ padding: 12px 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== Element UI 表单 ========== */
|
|
|
|
|
+.el-form-item__label {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-input__inner,
|
|
|
|
|
+.el-textarea__inner {
|
|
|
|
|
+ background-color: var(--input-bg) !important;
|
|
|
|
|
+ border-color: var(--input-border) !important;
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-input__inner::placeholder,
|
|
|
|
|
+.el-textarea__inner::placeholder {
|
|
|
|
|
+ color: var(--text-muted) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-input.is-disabled .el-input__inner,
|
|
|
|
|
+.el-textarea.is-disabled .el-textarea__inner {
|
|
|
|
|
+ background-color: rgba(0, 12, 23, 0.6) !important;
|
|
|
|
|
+ border-color: rgba(0, 170, 255, 0.15) !important;
|
|
|
|
|
+ color: var(--text-muted) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-select .el-input__inner {
|
|
|
|
|
+ background-color: var(--input-bg) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* 日期 / 时间选择器输入框(含 daterange、datetimerange、month) */
|
|
|
|
|
+.el-date-editor.el-input__inner,
|
|
|
|
|
+.el-range-editor.el-input__inner {
|
|
|
|
|
+ background-color: var(--input-bg) !important;
|
|
|
|
|
+ border-color: var(--input-border) !important;
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-date-editor.el-input .el-input__inner {
|
|
|
|
|
+ background-color: var(--input-bg) !important;
|
|
|
|
|
+ border-color: var(--input-border) !important;
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-date-editor .el-range-input {
|
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-date-editor .el-range-input::placeholder {
|
|
|
|
|
+ color: var(--text-muted) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-date-editor .el-range-separator {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-date-editor .el-range__icon,
|
|
|
|
|
+.el-date-editor .el-range__close-icon,
|
|
|
|
|
+.el-date-editor .el-input__prefix,
|
|
|
|
|
+.el-date-editor .el-input__suffix,
|
|
|
|
|
+.el-date-editor .el-input__icon {
|
|
|
|
|
+ color: rgba(183, 223, 245, 0.65) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-range-editor.is-active,
|
|
|
|
|
+.el-range-editor.is-active:hover,
|
|
|
|
|
+.el-date-editor.is-active .el-input__inner,
|
|
|
|
|
+.el-date-editor.is-active.el-input__inner {
|
|
|
|
|
+ border-color: var(--primary-color, #1890ff) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-range-editor.is-disabled,
|
|
|
|
|
+.el-date-editor.is-disabled.el-input__inner,
|
|
|
|
|
+.el-date-editor.is-disabled .el-input__inner {
|
|
|
|
|
+ background-color: rgba(0, 12, 23, 0.6) !important;
|
|
|
|
|
+ border-color: rgba(0, 170, 255, 0.15) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-range-editor.is-disabled .el-range-input,
|
|
|
|
|
+.el-date-editor.is-disabled .el-range-input {
|
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
|
+ color: var(--text-muted) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-range-editor.is-disabled .el-range-separator {
|
|
|
|
|
+ color: var(--text-muted) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-select-dropdown {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ border: 1px solid var(--panel-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-select-dropdown__item {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-select-dropdown__item.hover,
|
|
|
|
|
+.el-select-dropdown__item:hover {
|
|
|
|
|
+ background-color: var(--bgopacity-color) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-select-dropdown__item.selected {
|
|
|
|
|
+ color: var(--primary-color) !important;
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-popper[x-placement^="bottom"] .popper__arrow::after {
|
|
|
|
|
+ border-bottom-color: var(--panel-bg) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== 大屏按钮(type="text" 除外):主按钮实心 + 其余描边 ========== */
|
|
|
|
|
+@mixin dt-btn-reset-decor {
|
|
|
|
|
+ background-image: none !important;
|
|
|
|
|
+ text-shadow: none !important;
|
|
|
|
|
+ box-shadow: none !important;
|
|
|
|
|
+
|
|
|
|
|
+ &::before,
|
|
|
|
|
+ &::after {
|
|
|
|
|
+ display: none !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+@mixin dt-btn-outline {
|
|
|
|
|
+ @include dt-btn-reset-decor;
|
|
|
|
|
+ border-radius: var(--btn-radius) !important;
|
|
|
|
|
+ padding: 7px 16px !important;
|
|
|
|
|
+ min-height: 32px;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ background-color: var(--btn-outline-bg) !important;
|
|
|
|
|
+ border: 1px solid var(--btn-outline-border) !important;
|
|
|
|
|
+ color: var(--btn-outline-text) !important;
|
|
|
|
|
+ transition: background-color 0.15s ease, border-color 0.15s ease,
|
|
|
|
|
+ color 0.15s ease;
|
|
|
|
|
+
|
|
|
|
|
+ &:hover,
|
|
|
|
|
+ &:focus {
|
|
|
|
|
+ background-color: var(--btn-outline-bg-hover) !important;
|
|
|
|
|
+ border-color: var(--btn-outline-border-hover) !important;
|
|
|
|
|
+ color: #d8eeff !important;
|
|
|
|
|
+ opacity: 1 !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ &:active {
|
|
|
|
|
+ background-color: rgba(0, 20, 40, 0.98) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+@mixin dt-btn-primary {
|
|
|
|
|
+ @include dt-btn-reset-decor;
|
|
|
|
|
+ border-radius: var(--btn-radius) !important;
|
|
|
|
|
+ padding: 7px 16px !important;
|
|
|
|
|
+ min-height: 32px;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ background-color: var(--btn-primary-bg) !important;
|
|
|
|
|
+ border: 1px solid var(--btn-primary-border) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ transition: background-color 0.15s ease, border-color 0.15s ease;
|
|
|
|
|
+
|
|
|
|
|
+ &:hover,
|
|
|
|
|
+ &:focus {
|
|
|
|
|
+ background-color: var(--btn-primary-bg-hover) !important;
|
|
|
|
|
+ border-color: var(--btn-primary-bg-hover) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ opacity: 1 !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ &:active {
|
|
|
|
|
+ background-color: #1565c0 !important;
|
|
|
|
|
+ border-color: #1565c0 !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-button--primary:not(.el-button--text) {
|
|
|
|
|
+ @include dt-btn-primary;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-button--default:not(.el-button--text),
|
|
|
|
|
+.el-button--info:not(.el-button--text),
|
|
|
|
|
+.el-button--success:not(.el-button--text),
|
|
|
|
|
+.el-button--warning:not(.el-button--text),
|
|
|
|
|
+.el-button--danger:not(.el-button--text) {
|
|
|
|
|
+ @include dt-btn-outline;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-button.is-disabled:not(.el-button--text),
|
|
|
|
|
+.el-button.is-disabled:not(.el-button--text):hover,
|
|
|
|
|
+.el-button.is-disabled:not(.el-button--text):focus {
|
|
|
|
|
+ background: rgba(0, 16, 32, 0.5) !important;
|
|
|
|
|
+ background-image: none !important;
|
|
|
|
|
+ border-color: rgba(0, 120, 200, 0.18) !important;
|
|
|
|
|
+ color: rgba(183, 223, 245, 0.35) !important;
|
|
|
|
|
+ box-shadow: none !important;
|
|
|
|
|
+ text-shadow: none !important;
|
|
|
|
|
+ cursor: not-allowed;
|
|
|
|
|
+ opacity: 1 !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-button.is-loading:not(.el-button--text) {
|
|
|
|
|
+ pointer-events: none;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-button--text,
|
|
|
|
|
+.el-button--text:hover,
|
|
|
|
|
+.el-button--text:focus,
|
|
|
|
|
+.el-button--text:active {
|
|
|
|
|
+ background: transparent !important;
|
|
|
|
|
+ background-image: none !important;
|
|
|
|
|
+ border: none !important;
|
|
|
|
|
+ box-shadow: none !important;
|
|
|
|
|
+ text-shadow: none !important;
|
|
|
|
|
+ border-radius: 0 !important;
|
|
|
|
|
+ padding-left: 0 !important;
|
|
|
|
|
+ padding-right: 0 !important;
|
|
|
|
|
+ min-height: auto !important;
|
|
|
|
|
+
|
|
|
|
|
+ &::before,
|
|
|
|
|
+ &::after {
|
|
|
|
|
+ display: none !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-message-box__btns .el-button:not(.el-button--text),
|
|
|
|
|
+.el-dialog__footer .el-button:not(.el-button--text) {
|
|
|
|
|
+ min-width: 72px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-button--mini:not(.el-button--text) {
|
|
|
|
|
+ padding: 5px 12px !important;
|
|
|
|
|
+ min-height: 28px;
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-button--small:not(.el-button--text) {
|
|
|
|
|
+ padding: 6px 14px !important;
|
|
|
|
|
+ min-height: 30px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== 大屏表格 ========== */
|
|
|
|
|
+.list-page {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ margin-top: 8px;
|
|
|
|
|
+ padding: 16px 12px 12px;
|
|
|
|
|
+ background: var(--table-frame-bg);
|
|
|
|
|
+ border-radius: 4px;
|
|
|
|
|
+
|
|
|
|
|
+ .el-table {
|
|
|
|
|
+ border: none !important;
|
|
|
|
|
+ border-radius: 4px;
|
|
|
|
|
+ box-shadow: none !important;
|
|
|
|
|
+ background: transparent !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table {
|
|
|
|
|
+ background-color: var(--table-frame-bg) !important;
|
|
|
|
|
+ color: var(--table-cell-text) !important;
|
|
|
|
|
+ border: none !important;
|
|
|
|
|
+ border-radius: 4px;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ box-shadow: none !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table::before,
|
|
|
|
|
+.el-table::after {
|
|
|
|
|
+ background-color: var(--table-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table th.el-table__cell {
|
|
|
|
|
+ background: var(--table-header-bg) !important;
|
|
|
|
|
+ color: var(--table-header-text) !important;
|
|
|
|
|
+ border-color: var(--table-border) !important;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ padding: 0 !important;
|
|
|
|
|
+
|
|
|
|
|
+ .cell {
|
|
|
|
|
+ color: var(--table-header-text) !important;
|
|
|
|
|
+ padding: 14px 10px !important;
|
|
|
|
|
+ line-height: 1.4;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table td.el-table__cell {
|
|
|
|
|
+ background-color: var(--table-row-bg) !important;
|
|
|
|
|
+ color: var(--table-cell-text) !important;
|
|
|
|
|
+ border-color: var(--table-border) !important;
|
|
|
|
|
+
|
|
|
|
|
+ .cell {
|
|
|
|
|
+ color: var(--table-cell-text) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* stripe 属性保留,视觉与普行一致(无斑马纹) */
|
|
|
|
|
+.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
|
|
|
|
|
+ background-color: var(--table-row-bg) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* 行 hover:淡青蒙层 + 左侧细光条(覆盖 Element 默认浅灰) */
|
|
|
|
|
+.el-table tbody tr:hover > td.el-table__cell,
|
|
|
|
|
+.el-table.el-table--enable-row-hover
|
|
|
|
|
+ .el-table__body
|
|
|
|
|
+ tr:hover
|
|
|
|
|
+ > td.el-table__cell,
|
|
|
|
|
+.el-table__body tr.hover-row > td.el-table__cell {
|
|
|
|
|
+ background-color: var(--table-row-hover-bg) !important;
|
|
|
|
|
+ color: var(--table-row-hover-text) !important;
|
|
|
|
|
+ transition: background-color 0.18s ease;
|
|
|
|
|
+
|
|
|
|
|
+ .cell {
|
|
|
|
|
+ color: var(--table-row-hover-text) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table tbody tr:hover > td.el-table__cell:first-child,
|
|
|
|
|
+.el-table.el-table--enable-row-hover
|
|
|
|
|
+ .el-table__body
|
|
|
|
|
+ tr:hover
|
|
|
|
|
+ > td.el-table__cell:first-child,
|
|
|
|
|
+.el-table__body tr.hover-row > td.el-table__cell:first-child {
|
|
|
|
|
+ box-shadow: inset 1px 0 0 var(--table-row-hover-line) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table--striped
|
|
|
|
|
+ .el-table__body
|
|
|
|
|
+ tr.el-table__row--striped:hover
|
|
|
|
|
+ > td.el-table__cell,
|
|
|
|
|
+.el-table--striped
|
|
|
|
|
+ .el-table__body
|
|
|
|
|
+ tr.el-table__row--striped.hover-row
|
|
|
|
|
+ > td.el-table__cell {
|
|
|
|
|
+ background-color: var(--table-row-hover-bg) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table__fixed-body-wrapper tr:hover > td.el-table__cell,
|
|
|
|
|
+.el-table__fixed-body-wrapper tr.hover-row > td.el-table__cell {
|
|
|
|
|
+ background-color: var(--table-row-hover-bg) !important;
|
|
|
|
|
+ color: var(--table-row-hover-text) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table__fixed-body-wrapper tr:hover > td.el-table__cell:first-child,
|
|
|
|
|
+.el-table__fixed-body-wrapper tr.hover-row > td.el-table__cell:first-child {
|
|
|
|
|
+ box-shadow: inset 1px 0 0 var(--table-row-hover-line) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table__fixed-right-patch {
|
|
|
|
|
+ background: var(--table-header-bg) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table__fixed-right::before,
|
|
|
|
|
+.el-table__fixed::before {
|
|
|
|
|
+ background-color: var(--table-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table__empty-text {
|
|
|
|
|
+ color: var(--text-muted) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table--border,
|
|
|
|
|
+.el-table--group {
|
|
|
|
|
+ border-color: var(--table-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table--border .el-table__cell {
|
|
|
|
|
+ border-color: var(--table-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table__body-wrapper,
|
|
|
|
|
+.el-table__header-wrapper {
|
|
|
|
|
+ background: var(--table-frame-bg) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table__fixed-header-wrapper th.el-table__cell {
|
|
|
|
|
+ background: var(--table-header-bg, #001a33) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table__fixed-body-wrapper td.el-table__cell {
|
|
|
|
|
+ background-color: var(--table-row-bg, #020810) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* 操作列 text 按钮:与表格正文同色,覆盖 inline style="#666" 等 */
|
|
|
|
|
+.el-table .cell .el-button--text,
|
|
|
|
|
+.el-table .el-button--text {
|
|
|
|
|
+ color: var(--table-cell-text) !important;
|
|
|
|
|
+ padding: 0 6px !important;
|
|
|
|
|
+ font-size: 13px;
|
|
|
|
|
+ vertical-align: middle;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+
|
|
|
|
|
+ &:hover,
|
|
|
|
|
+ &:focus {
|
|
|
|
|
+ color: var(--text-cyan, #b7dff5) !important;
|
|
|
|
|
+ background: transparent !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ &.is-disabled,
|
|
|
|
|
+ &.is-disabled:hover,
|
|
|
|
|
+ &.is-disabled:focus {
|
|
|
|
|
+ color: rgba(200, 212, 223, 0.42) !important;
|
|
|
|
|
+ background: transparent !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table .el-button--text + .el-button--text {
|
|
|
|
|
+ margin-left: 0 !important;
|
|
|
|
|
+ padding-left: 10px !important;
|
|
|
|
|
+ border-left: 1px solid var(--table-border) !important;
|
|
|
|
|
+ border-radius: 0 !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* 状态列绿点:span 加 class="dt-status-on" */
|
|
|
|
|
+.dt-status-on::before {
|
|
|
|
|
+ content: "";
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ width: 7px;
|
|
|
|
|
+ height: 7px;
|
|
|
|
|
+ margin-right: 6px;
|
|
|
|
|
+ border-radius: 50%;
|
|
|
|
|
+ background: var(--success-color);
|
|
|
|
|
+ box-shadow: 0 0 8px rgba(82, 196, 26, 0.85);
|
|
|
|
|
+ vertical-align: middle;
|
|
|
|
|
+ transform: translateY(-1px);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.dt-status-off::before {
|
|
|
|
|
+ content: "";
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ width: 7px;
|
|
|
|
|
+ height: 7px;
|
|
|
|
|
+ margin-right: 6px;
|
|
|
|
|
+ border-radius: 50%;
|
|
|
|
|
+ background: #666;
|
|
|
|
|
+ box-shadow: 0 0 4px rgba(120, 120, 120, 0.5);
|
|
|
|
|
+ vertical-align: middle;
|
|
|
|
|
+ transform: translateY(-1px);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== 分页 ========== */
|
|
|
|
|
+.el-pagination {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-pagination button,
|
|
|
|
|
+.el-pagination span:not([class*="suffix"]) {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+ background: transparent !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-pagination .btn-prev,
|
|
|
|
|
+.el-pagination .btn-next {
|
|
|
|
|
+ background: var(--input-bg) !important;
|
|
|
|
|
+ border: 1px solid var(--input-border) !important;
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-pager li {
|
|
|
|
|
+ background: var(--input-bg) !important;
|
|
|
|
|
+ border: 1px solid var(--input-border) !important;
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+ margin: 0 3px;
|
|
|
|
|
+ min-width: 32px;
|
|
|
|
|
+ border-radius: 2px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-pager li.active {
|
|
|
|
|
+ background-color: var(--primary-color) !important;
|
|
|
|
|
+ border-color: var(--primary-color) !important;
|
|
|
|
|
+ color: #fff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-pager li:hover {
|
|
|
|
|
+ color: var(--primary-hover) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== 卡片 / 主区域 ========== */
|
|
|
|
|
+.el-card {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ border-color: var(--panel-border) !important;
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-card__header {
|
|
|
|
|
+ border-bottom-color: var(--table-border) !important;
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-main {
|
|
|
|
|
+ background-color: var(--content-bg) !important;
|
|
|
|
|
+ color: var(--text-cyan);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== 弹窗 ========== */
|
|
|
|
|
+.el-dialog {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ border: 1px solid var(--panel-border);
|
|
|
|
|
+ box-shadow: 0 0 24px rgba(0, 100, 255, 0.2);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-dialog__header {
|
|
|
|
|
+ background: linear-gradient(90deg, #001529 0%, #002a5c 100%) !important;
|
|
|
|
|
+ border-bottom: 1px solid var(--panel-border);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-dialog__title {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-dialog__headerbtn .el-dialog__close {
|
|
|
|
|
+ color: #b7dff5 !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-dialog__headerbtn:hover .el-dialog__close {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-dialog__body {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-dialog__footer {
|
|
|
|
|
+ border-top: 1px solid var(--table-border);
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== 抽屉 ========== */
|
|
|
|
|
+.el-drawer {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ border-left: 1px solid var(--panel-border);
|
|
|
|
|
+ box-shadow: -4px 0 24px rgba(0, 100, 255, 0.15);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-drawer__header {
|
|
|
|
|
+ background: linear-gradient(90deg, #001529 0%, #002a5c 100%) !important;
|
|
|
|
|
+ border-bottom: 1px solid var(--panel-border);
|
|
|
|
|
+ margin-bottom: 0 !important;
|
|
|
|
|
+ padding: 16px 20px !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-drawer__header > :first-child {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-drawer__close-btn {
|
|
|
|
|
+ color: #b7dff5 !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-drawer__close-btn:hover {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-drawer__body {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+ padding: 16px 20px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.overview-drawer {
|
|
|
|
|
+ .el-tabs--border-card {
|
|
|
|
|
+ border: none !important;
|
|
|
|
|
+ box-shadow: none !important;
|
|
|
|
|
+ background: transparent !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-tabs--border-card > .el-tabs__content {
|
|
|
|
|
+ padding: 16px 0 0;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.overview-dialog {
|
|
|
|
|
+ .el-dialog__body {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-tabs__item {
|
|
|
|
|
+ color: #b7dff5 !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-tabs__item.is-active {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== 消息 / 下拉 / 气泡 ========== */
|
|
|
|
|
+.el-message-box {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ border: 1px solid var(--panel-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-message-box__title,
|
|
|
|
|
+.el-message-box__content {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-dropdown-menu {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ border: 1px solid var(--panel-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-dropdown-menu__item {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-dropdown-menu__item:hover {
|
|
|
|
|
+ background-color: var(--bgopacity-color) !important;
|
|
|
|
|
+ color: var(--primary-color) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-popover {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ border-color: var(--panel-border) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+
|
|
|
|
|
+ .el-descriptions-item__label.is-bordered-label {
|
|
|
|
|
+ background-color: var(--table-header-bg) !important;
|
|
|
|
|
+ color: var(--table-header-text, #ffffff) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-descriptions-item__content.is-bordered-content {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-divider {
|
|
|
|
|
+ background-color: var(--table-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== Tabs / Tree / Tag ========== */
|
|
|
|
|
+.el-tabs__item {
|
|
|
|
|
+ color: rgba(183, 223, 245, 0.75) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-tabs__item.is-active {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-tabs__item:hover {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-tabs__active-bar {
|
|
|
|
|
+ background-color: #00aaff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-tabs__nav-wrap::after {
|
|
|
|
|
+ background-color: var(--table-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-tabs--border-card {
|
|
|
|
|
+ background: var(--panel-bg) !important;
|
|
|
|
|
+ border-color: var(--panel-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-tabs--border-card > .el-tabs__header {
|
|
|
|
|
+ background-color: var(--table-header-bg) !important;
|
|
|
|
|
+ border-bottom-color: var(--table-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-tabs--border-card > .el-tabs__header .el-tabs__item {
|
|
|
|
|
+ border-color: var(--table-border) !important;
|
|
|
|
|
+ color: var(--text-cyan, #b7dff5) !important;
|
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ background-color: rgba(24, 144, 255, 0.22) !important;
|
|
|
|
|
+ border-color: var(--panel-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-tabs--border-card > .el-tabs__header .el-tabs__item:hover {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ background-color: rgba(24, 144, 255, 0.12) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-tabs--border-card > .el-tabs__content {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-dialog__body,
|
|
|
|
|
+.el-drawer__body {
|
|
|
|
|
+ .el-tabs--border-card {
|
|
|
|
|
+ background: transparent !important;
|
|
|
|
|
+ border-color: var(--panel-border) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-tabs--border-card > .el-tabs__header {
|
|
|
|
|
+ background-color: rgba(0, 16, 32, 0.85) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ background-color: rgba(24, 144, 255, 0.22) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-tabs--border-card > .el-tabs__content {
|
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-descriptions__title {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-tree {
|
|
|
|
|
+ background: transparent !important;
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-tree-node__content:hover {
|
|
|
|
|
+ background-color: var(--bgopacity-color) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
|
|
|
|
|
+ background-color: var(--bgopacity-color) !important;
|
|
|
|
|
+ color: var(--primary-color) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== Loading ========== */
|
|
|
|
|
+.el-loading-mask {
|
|
|
|
|
+ background-color: rgba(0, 5, 16, 0.75) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-loading-spinner .path {
|
|
|
|
|
+ stroke: var(--primary-color) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== 滚动条 ========== */
|
|
|
|
|
+::-webkit-scrollbar {
|
|
|
|
|
+ width: 6px;
|
|
|
|
|
+ height: 6px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+::-webkit-scrollbar-thumb {
|
|
|
|
|
+ background-color: rgba(0, 170, 255, 0.35);
|
|
|
|
|
+ border-radius: 3px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== 日期 / 级联 / 消息 ========== */
|
|
|
|
|
+.el-picker-panel,
|
|
|
|
|
+.el-date-picker,
|
|
|
|
|
+.el-date-range-picker,
|
|
|
|
|
+.el-time-panel {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ border-color: var(--panel-border) !important;
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-picker-panel__footer {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ border-top-color: var(--table-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-picker-panel__icon-btn,
|
|
|
|
|
+.el-date-picker__header-label,
|
|
|
|
|
+.el-date-range-picker__header div {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-picker-panel__icon-btn:hover {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-date-range-picker__content.is-left {
|
|
|
|
|
+ border-right-color: var(--table-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-date-table th,
|
|
|
|
|
+.el-date-table td.available span,
|
|
|
|
|
+.el-month-table td .cell,
|
|
|
|
|
+.el-year-table td .cell {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-date-table td.available:hover span,
|
|
|
|
|
+.el-month-table td .cell:hover,
|
|
|
|
|
+.el-year-table td .cell:hover {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-date-table td.in-range div,
|
|
|
|
|
+.el-date-table td.in-range div:hover {
|
|
|
|
|
+ background-color: rgba(24, 144, 255, 0.15) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-date-table td.start-date span,
|
|
|
|
|
+.el-date-table td.end-date span {
|
|
|
|
|
+ background-color: var(--primary-color, #1890ff) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-date-table td.today span {
|
|
|
|
|
+ color: #00aaff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-time-panel__content::before,
|
|
|
|
|
+.el-time-panel__content::after {
|
|
|
|
|
+ border-top-color: var(--table-border) !important;
|
|
|
|
|
+ border-bottom-color: var(--table-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-time-spinner__item {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-time-spinner__item:hover:not(.disabled):not(.active) {
|
|
|
|
|
+ background-color: var(--bgopacity-color) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-time-spinner__item.active:not(.disabled) {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-time-panel__btn {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-time-panel__btn.confirm {
|
|
|
|
|
+ color: var(--primary-color, #1890ff) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-cascader-menu {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ border-color: var(--table-border) !important;
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-cascader-node:not(.is-disabled):hover,
|
|
|
|
|
+.el-cascader-node:not(.is-disabled):focus {
|
|
|
|
|
+ background-color: var(--bgopacity-color) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== Vue Treeselect(上级目录等树形选择) ========== */
|
|
|
|
|
+.vue-treeselect {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__control {
|
|
|
|
|
+ background-color: var(--input-bg) !important;
|
|
|
|
|
+ border-color: var(--input-border) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused)
|
|
|
|
|
+ .vue-treeselect__control:hover {
|
|
|
|
|
+ border-color: rgba(0, 170, 255, 0.55) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control {
|
|
|
|
|
+ border-color: var(--primary-color) !important;
|
|
|
|
|
+ box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.18) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect--open .vue-treeselect__control {
|
|
|
|
|
+ border-color: var(--input-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect--disabled .vue-treeselect__control {
|
|
|
|
|
+ background-color: rgba(0, 12, 23, 0.6) !important;
|
|
|
|
|
+ border-color: rgba(0, 170, 255, 0.15) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__placeholder {
|
|
|
|
|
+ color: rgba(183, 223, 245, 0.55) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__single-value {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__input {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__control-arrow,
|
|
|
|
|
+.vue-treeselect__option-arrow {
|
|
|
|
|
+ color: rgba(183, 223, 245, 0.65) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect:not(.vue-treeselect--disabled)
|
|
|
|
|
+ .vue-treeselect__control-arrow-container:hover
|
|
|
|
|
+ .vue-treeselect__control-arrow,
|
|
|
|
|
+.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__menu {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ border-color: var(--panel-border) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect--open-below .vue-treeselect__menu {
|
|
|
|
|
+ border-top-color: var(--panel-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect--open-above .vue-treeselect__menu {
|
|
|
|
|
+ border-bottom-color: var(--panel-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__option {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__label {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__option--highlight {
|
|
|
|
|
+ background-color: var(--bgopacity-color) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect--single .vue-treeselect__option--selected,
|
|
|
|
|
+.vue-treeselect--single .vue-treeselect__option--selected:hover {
|
|
|
|
|
+ background-color: rgba(24, 144, 255, 0.22) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__option--disabled .vue-treeselect__label-container {
|
|
|
|
|
+ color: rgba(183, 223, 245, 0.35) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__tip,
|
|
|
|
|
+.vue-treeselect__limit-tip-text {
|
|
|
|
|
+ color: rgba(183, 223, 245, 0.65) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__checkbox--unchecked {
|
|
|
|
|
+ border-color: var(--input-border) !important;
|
|
|
|
|
+ background: var(--input-bg) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked {
|
|
|
|
|
+ border-color: var(--primary-color) !important;
|
|
|
|
|
+ background: var(--input-bg) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__checkbox--indeterminate,
|
|
|
|
|
+.vue-treeselect__checkbox--checked,
|
|
|
|
|
+.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate,
|
|
|
|
|
+.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked {
|
|
|
|
|
+ border-color: var(--primary-color) !important;
|
|
|
|
|
+ background: var(--primary-color) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__multi-value-item {
|
|
|
|
|
+ background: rgba(0, 170, 255, 0.18) !important;
|
|
|
|
|
+ border-color: rgba(0, 170, 255, 0.35) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__value-remove {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ border-left-color: rgba(0, 170, 255, 0.25) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__x-container {
|
|
|
|
|
+ color: rgba(183, 223, 245, 0.65) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.vue-treeselect__x-container:hover {
|
|
|
|
|
+ color: #ff7875 !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-message {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ border-color: var(--panel-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-message__content {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-notification {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ border-color: var(--panel-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-notification__title,
|
|
|
|
|
+.el-notification__content {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-breadcrumb__inner,
|
|
|
|
|
+.el-breadcrumb__separator {
|
|
|
|
|
+ color: var(--text-muted) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-breadcrumb__item:last-child .el-breadcrumb__inner {
|
|
|
|
|
+ color: var(--text-cyan) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+::-webkit-scrollbar-track {
|
|
|
|
|
+ background-color: rgba(0, 10, 30, 0.5);
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* 兜底:压掉 Element UI 默认 #F5F7FA 行 hover(必须匹配其完整选择器) */
|
|
|
|
|
+.el-table__body tr.hover-row > td.el-table__cell,
|
|
|
|
|
+.el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell,
|
|
|
|
|
+.el-table__body tr.hover-row.current-row > td.el-table__cell,
|
|
|
|
|
+.el-table__body
|
|
|
|
|
+ tr.hover-row.el-table__row--striped.current-row
|
|
|
|
|
+ > td.el-table__cell,
|
|
|
|
|
+.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell,
|
|
|
|
|
+.el-table--enable-row-hover .el-table__body tr.hover-row > td.el-table__cell {
|
|
|
|
|
+ background-color: var(--table-row-hover-bg) !important;
|
|
|
|
|
+ color: var(--table-row-hover-text) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table--enable-row-hover .el-table__body tr:hover > td,
|
|
|
|
|
+.el-table--enable-row-hover .el-table__body tr.hover-row > td {
|
|
|
|
|
+ background-color: var(--table-row-hover-bg) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table--striped .el-table__body tr.el-table__row--striped td {
|
|
|
|
|
+ background: var(--table-row-bg) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-table--striped .el-table__body tr.el-table__row--striped:hover > td,
|
|
|
|
|
+.el-table--striped .el-table__body tr.el-table__row--striped.hover-row > td {
|
|
|
|
|
+ background: var(--table-row-hover-bg) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== Descriptions / Empty / Alert ========== */
|
|
|
|
|
+.el-descriptions {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-descriptions__title {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-descriptions__body {
|
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-descriptions-item__label {
|
|
|
|
|
+ color: var(--text-cyan, #b7dff5) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-descriptions__body .el-descriptions-item__label {
|
|
|
|
|
+ color: var(--text-cyan, #b7dff5) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-descriptions-item__content {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-descriptions__body .el-descriptions-item__content {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-descriptions .is-bordered .el-descriptions-item__cell {
|
|
|
|
|
+ border-color: var(--table-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-descriptions-item__label.is-bordered-label {
|
|
|
|
|
+ background-color: var(--table-header-bg) !important;
|
|
|
|
|
+ color: var(--table-header-text, #ffffff) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-descriptions-item__content.is-bordered-content {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-empty__description,
|
|
|
|
|
+.el-empty__description p {
|
|
|
|
|
+ color: var(--text-cyan, #b7dff5) !important;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-empty__image {
|
|
|
|
|
+ opacity: 0.8;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-empty__image svg {
|
|
|
|
|
+ fill: rgba(0, 170, 255, 0.45) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-empty__image img {
|
|
|
|
|
+ filter: brightness(0.85) saturate(0.6);
|
|
|
|
|
+ opacity: 0.7;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-alert {
|
|
|
|
|
+ background-color: rgba(0, 16, 32, 0.72) !important;
|
|
|
|
|
+ border: 1px solid var(--panel-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-alert__title,
|
|
|
|
|
+.el-alert__description {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-alert--info.is-light {
|
|
|
|
|
+ background-color: rgba(0, 16, 32, 0.72) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== 横向菜单 ========== */
|
|
|
|
|
+.el-menu--horizontal {
|
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
|
+ border-bottom-color: var(--panel-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-menu--horizontal > .el-menu-item,
|
|
|
|
|
+.el-menu--horizontal > .el-submenu .el-submenu__title {
|
|
|
|
|
+ color: var(--text-cyan, #b7dff5) !important;
|
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
|
+ border-bottom: 2px solid transparent !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-menu--horizontal > .el-menu-item:hover,
|
|
|
|
|
+.el-menu--horizontal > .el-submenu .el-submenu__title:hover {
|
|
|
|
|
+ background-color: var(--bgopacity-color) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-menu--horizontal > .el-menu-item.is-active {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ border-bottom-color: var(--primary-color) !important;
|
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ border-bottom-color: var(--primary-color) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-menu--horizontal .el-menu--popup {
|
|
|
|
|
+ background-color: var(--panel-bg) !important;
|
|
|
|
|
+ border: 1px solid var(--panel-border) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-menu--horizontal .el-menu--popup .el-menu-item {
|
|
|
|
|
+ color: var(--text-cyan, #b7dff5) !important;
|
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-menu--horizontal .el-menu--popup .el-menu-item:hover,
|
|
|
|
|
+.el-menu--horizontal .el-menu--popup .el-menu-item:focus {
|
|
|
|
|
+ background-color: rgba(24, 144, 255, 0.35) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-menu--horizontal .el-menu--popup .el-menu-item.is-active {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ background-color: rgba(24, 144, 255, 0.45) !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* 概览页顶部下拉菜单(挂到 body) */
|
|
|
|
|
+.overview-menu-popup {
|
|
|
|
|
+ .el-menu--popup {
|
|
|
|
|
+ background-color: #141414 !important;
|
|
|
|
|
+ border: 1px solid rgba(0, 170, 255, 0.35) !important;
|
|
|
|
|
+ padding: 4px 0;
|
|
|
|
|
+ min-width: 140px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-menu-item {
|
|
|
|
|
+ color: #b7dff5 !important;
|
|
|
|
|
+ margin: 4px 8px;
|
|
|
|
|
+ border-radius: 4px;
|
|
|
|
|
+ height: 40px;
|
|
|
|
|
+ line-height: 40px;
|
|
|
|
|
+
|
|
|
|
|
+ span {
|
|
|
|
|
+ color: #b7dff5 !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-menu-item:hover,
|
|
|
|
|
+ .el-menu-item:focus {
|
|
|
|
|
+ background-color: #1890ff !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+
|
|
|
|
|
+ span {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-menu-item.is-active {
|
|
|
|
|
+ background-color: rgba(24, 144, 255, 0.45) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+
|
|
|
|
|
+ span {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== 分析概览页 ========== */
|
|
|
|
|
+.overview-page {
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+
|
|
|
|
|
+ .headerMessage {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ font-weight: 600;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .filterChart {
|
|
|
|
|
+ h3 {
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .type-variable {
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+
|
|
|
|
|
+ .left {
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-form-item__label {
|
|
|
|
|
+ color: var(--text-cyan, #b7dff5) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-descriptions__body {
|
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /* 暂无数据 / 暂无分析记录 */
|
|
|
|
|
+ .el-empty {
|
|
|
|
|
+ padding: 40px 0;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-empty__image {
|
|
|
|
|
+ width: 140px;
|
|
|
|
|
+ opacity: 0.85;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-empty__image svg {
|
|
|
|
|
+ fill: rgba(0, 170, 255, 0.55) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-empty__description,
|
|
|
|
|
+ .el-empty__description p {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ margin-top: 16px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .titleCharts {
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /* 左侧树选中:固定亮蓝底 + 白字,避免主题 primary 过暗 */
|
|
|
|
|
+ .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content,
|
|
|
|
|
+ .el-tree-node.is-current > .el-tree-node__content {
|
|
|
|
|
+ background-color: #1890ff !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ border-radius: 4px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-tree-node.is-current > .el-tree-node__content .el-tree-node__label {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ /* 顶部 Tab 选中:浅蓝底 + 青色下划线 + 白字 */
|
|
|
|
|
+ .overview-top-menu.el-menu--horizontal {
|
|
|
|
|
+ > .el-menu-item.is-active {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ background-color: rgba(24, 144, 255, 0.22) !important;
|
|
|
|
|
+ border-bottom-color: #00aaff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ > .el-submenu.is-active > .el-submenu__title {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ background-color: rgba(24, 144, 255, 0.22) !important;
|
|
|
|
|
+ border-bottom-color: #00aaff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ > .el-menu-item:hover,
|
|
|
|
|
+ > .el-menu-item:focus,
|
|
|
|
|
+ > .el-submenu .el-submenu__title:hover,
|
|
|
|
|
+ > .el-submenu .el-submenu__title:focus {
|
|
|
|
|
+ background-color: rgba(24, 144, 255, 0.12) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== 自定义分析 / 图表配置页 ========== */
|
|
|
|
|
+.custom-analysis-page,
|
|
|
|
|
+.drag-chart-page,
|
|
|
|
|
+.analysis-event-page,
|
|
|
|
|
+.transition-page {
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+
|
|
|
|
|
+ .el-collapse {
|
|
|
|
|
+ border-color: var(--panel-border) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-collapse-item__header {
|
|
|
|
|
+ background-color: rgba(0, 16, 32, 0.85) !important;
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ border-bottom-color: var(--panel-border) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-collapse-item__wrap {
|
|
|
|
|
+ background-color: transparent !important;
|
|
|
|
|
+ border-bottom-color: var(--panel-border) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-collapse-item__content {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-select .el-input__inner {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-input__inner::placeholder {
|
|
|
|
|
+ color: rgba(183, 223, 245, 0.55) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-empty__description,
|
|
|
|
|
+ .el-empty__description p {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-checkbox__label {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .el-checkbox.is-checked .el-checkbox__label {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== Checkbox / Radio ========== */
|
|
|
|
|
+.el-checkbox {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-checkbox__label {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-checkbox.is-checked .el-checkbox__label,
|
|
|
|
|
+.el-checkbox__input.is-checked + .el-checkbox__label,
|
|
|
|
|
+.is-checked > .el-checkbox__label {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-radio {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-radio__label {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.el-radio__input.is-checked + .el-radio__label {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.analysis-event-drawer {
|
|
|
|
|
+ .drawer-section-title {
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.transition-drawer,
|
|
|
|
|
+.transition-dialog {
|
|
|
|
|
+ .scrollable-list {
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+
|
|
|
|
|
+ li span {
|
|
|
|
|
+ color: #ffffff;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .scrollable-list::-webkit-scrollbar-track {
|
|
|
|
|
+ background: rgba(0, 16, 32, 0.6);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .scrollable-list::-webkit-scrollbar-thumb {
|
|
|
|
|
+ background: rgba(0, 170, 255, 0.35);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .scrollable-list::-webkit-scrollbar-thumb:hover {
|
|
|
|
|
+ background: rgba(0, 170, 255, 0.55);
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/* ========== 故障诊断页 malfunction ========== */
|
|
|
|
|
+.malfunction-page {
|
|
|
|
|
+ .gear-container {
|
|
|
|
|
+ .gear-header {
|
|
|
|
|
+ background: rgba(0, 16, 32, 0.85) !important;
|
|
|
|
|
+ border: 1px solid var(--panel-border) !important;
|
|
|
|
|
+ box-shadow: none !important;
|
|
|
|
|
+
|
|
|
|
|
+ .title {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .sub-title {
|
|
|
|
|
+ color: #b7dff5 !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .stat-content {
|
|
|
|
|
+ .label {
|
|
|
|
|
+ color: #b7dff5 !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .count {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .ratio {
|
|
|
|
|
+ color: rgba(183, 223, 245, 0.65) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .header-divider.el-divider--vertical {
|
|
|
|
|
+ background-color: rgba(0, 170, 255, 0.25) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ h4 {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .monitor-panel {
|
|
|
|
|
+ background: rgba(0, 16, 32, 0.45) !important;
|
|
|
|
|
+ border: 1px solid var(--panel-border) !important;
|
|
|
|
|
+ box-shadow: none !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .monitor-empty {
|
|
|
|
|
+ background: rgba(0, 12, 23, 0.55) !important;
|
|
|
|
|
+ border: 1px solid var(--panel-border) !important;
|
|
|
|
|
+ border-radius: 10px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .monitor-item {
|
|
|
|
|
+ background: rgba(0, 16, 32, 0.65) !important;
|
|
|
|
|
+ border-color: var(--panel-border) !important;
|
|
|
|
|
+
|
|
|
|
|
+ &.is-active {
|
|
|
|
|
+ background: rgba(24, 144, 255, 0.15) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ &.is-active::before {
|
|
|
|
|
+ background: #00aaff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .item-main {
|
|
|
|
|
+ .item-name {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .item-line {
|
|
|
|
|
+ color: #b7dff5 !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .detail-btn {
|
|
|
|
|
+ color: #b7dff5 !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .bottomBox {
|
|
|
|
|
+ background: rgba(0, 16, 32, 0.45) !important;
|
|
|
|
|
+ border: 1px solid var(--panel-border) !important;
|
|
|
|
|
+ box-shadow: none !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .status-legend {
|
|
|
|
|
+ color: #b7dff5 !important;
|
|
|
|
|
+
|
|
|
|
|
+ .legend-label {
|
|
|
|
|
+ color: #b7dff5 !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .mpoint-chart-item {
|
|
|
|
|
+ background: rgba(0, 12, 23, 0.45) !important;
|
|
|
|
|
+ border-color: var(--panel-border) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .mpoint-chart-title {
|
|
|
|
|
+ color: #ffffff !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .MAXdiv {
|
|
|
|
|
+ .bottomBox {
|
|
|
|
|
+ border-color: var(--panel-border) !important;
|
|
|
|
|
+ background: rgba(0, 16, 32, 0.45) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|