fix(系统设置): 切换工作空间搜索框字体颜色不易辨识

--bug=1014425 --user=李玉号 【系统设置】切换工作空间搜索框字体颜色不易辨识
https://www.tapd.cn/55049933/s/1191683
This commit is contained in:
shiziyuan9527 2022-06-29 10:34:36 +08:00 committed by shiziyuan9527
parent b14e07cd71
commit e1c73b0335
1 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,7 @@
import {
fullScreenLoading,
getCurrentUser,
getCurrentWorkspaceId, hasPermissions,
getCurrentWorkspaceId,
saveLocalStorage,
stopFullScreenLoading
} from "@/common/js/utils";
@ -167,7 +167,6 @@ export default {
.search-input >>> .el-input__inner {
border-radius: 0;
color: #d2ced8;
border-color: #b4aebe;
}