Xiao_123 7 月之前
父節點
當前提交
6dd315f74d
共有 3 個文件被更改,包括 10 次插入0 次删除
  1. 9 0
      src/styles/index.css
  2. 0 0
      src/styles/index.min.css
  3. 1 0
      src/styles/index.scss

+ 9 - 0
src/styles/index.css

@@ -19,6 +19,15 @@
   --color-f2f4f7: #f2f4f7;
   --color-d5e6e8: #d5e6e8;
   --zIndex-breadcrumbs: 999;
+  --el-fill-color-blank: #ffffff00 !important;
+  --el-input-text-color: #3b3b3b !important;
+  --el-color-primary: #00897B !important;
+  --el-border-color: #999 !important;
+  --el-input-border: #333 !important;
+  --el-border-color-hover: #333 !important;
+  --el-text-color-regular: #333 !important;
+  --el-fill-color-light: #f3f3f3 !important;
+  --el-input-border: 1px solid #000 !important;
 }
 
 .color-222 {

文件差異過大導致無法顯示
+ 0 - 0
src/styles/index.min.css


+ 1 - 0
src/styles/index.scss

@@ -29,6 +29,7 @@
   --el-border-color-hover: #333 !important;
   --el-text-color-regular: #333 !important;
   --el-fill-color-light: #f3f3f3 !important;
+  --el-input-border: 1px solid #000 !important;
 }
 
 .color-222 { color: #222; }

部分文件因文件數量過多而無法顯示