ソースを参照

修复 暗色模式下 el-empty 和图形高亮问题

夜鹰 8 ヶ月 前
コミット
6fadd1bbf8
1 ファイル変更14 行追加0 行削除
  1. 14 0
      Web/src/theme/dark.scss

+ 14 - 0
Web/src/theme/dark.scss

@@ -16,6 +16,20 @@
 	--next-color-hover: #3c3c3c;
 	--next-color-hover-rgba: rgba(0, 0, 0, 0.3);
 
+    // Empty
+    .el-empty {
+        --el-empty-fill-color-0: var('(--el-color-black') !important;
+        --el-empty-fill-color-1: #4b4b52 !important;
+        --el-empty-fill-color-2: #36383d !important;
+        --el-empty-fill-color-3: #1e1e20 !important;
+        --el-empty-fill-color-4: #262629 !important;
+        --el-empty-fill-color-5: #202124 !important;
+        --el-empty-fill-color-6: #212224 !important;
+        --el-empty-fill-color-7: #1b1c1f !important;
+        --el-empty-fill-color-8: #1c1d1f !important;
+        --el-empty-fill-color-9: #18181a !important;
+    }
+
 	// root
 	--next-bg-main-color: var(--next-bg-main) !important;
 	--next-bg-topBar: var(--next-color-disabled) !important;