|
|
@@ -83,6 +83,7 @@
|
|
|
--color-table-header-bg: #f8f9fd;
|
|
|
|
|
|
--color-dialog-header-bg: #f6f8fa;
|
|
|
+ --color-dialog-body-bg: #ffffff;
|
|
|
|
|
|
// 按钮
|
|
|
// default
|
|
|
@@ -172,6 +173,12 @@
|
|
|
rgba(255, 237, 230) 100%
|
|
|
);
|
|
|
--scoring-smile-radio-color: #e0e2e6;
|
|
|
+
|
|
|
+ // 滚动条
|
|
|
+ --color-scrollbar-thumb: #656f7d;
|
|
|
+
|
|
|
+ --color-table-header-bg: #f8f9fd;
|
|
|
+ --color-table-click-row-bg: #ffe3cc;
|
|
|
}
|
|
|
|
|
|
:root.dark {
|
|
|
@@ -184,6 +191,14 @@
|
|
|
--color-border: #3f434a;
|
|
|
--color-header-bg: #30353c;
|
|
|
|
|
|
+ --border-hover-color: #654f3f;
|
|
|
+
|
|
|
+ --color-dialog-header-bg: #3e454f;
|
|
|
+ --color-dialog-body-bg: #30353c;
|
|
|
+
|
|
|
+ // 滚动条
|
|
|
+ --color-scrollbar-thumb: #656f7d;
|
|
|
+
|
|
|
// 菜单选中背景
|
|
|
--color-mune-active-bg: #553d2b;
|
|
|
|
|
|
@@ -208,7 +223,14 @@
|
|
|
.el-input {
|
|
|
--el-input-border: #656f7d;
|
|
|
}
|
|
|
-
|
|
|
--color-table-header-bg: #34383f;
|
|
|
--el-input-focus: #2b2f36;
|
|
|
+
|
|
|
+ // vxe-table
|
|
|
+ --vxe-ui-layout-background-color: #2b2f36;
|
|
|
+ --vxe-ui-table-border-color: #3f434a;
|
|
|
+ --vxe-ui-table-column-icon-border-color: #6a6d73;
|
|
|
+ --color-table-header-bg: #30353c;
|
|
|
+
|
|
|
+ --color-table-click-row-bg: #8b582f;
|
|
|
}
|