Browse Source

style: 修改抽屉背景颜色,删除container status假数据

zhouyuhao 11 tháng trước cách đây
mục cha
commit
13accf8950
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/styles/elementui.scss

+ 1 - 1
src/styles/elementui.scss

@@ -362,7 +362,7 @@ div .el-input__inner {
   font-size: var(--font-size-3);
 }
 .el-input__inner::placeholder {
-  color: #6c6f75;
+  color: var(--color-neutral-3);
   font-size: var(--font-size-3);
 }
 div .el-select__placeholder.is-transparent {