fix(系统设置): 切换工作空间搜索框字体颜色不易辨识
--bug=1014425 --user=李玉号 【系统设置】切换工作空间搜索框字体颜色不易辨识 https://www.tapd.cn/55049933/s/1191683
This commit is contained in:
parent
b14e07cd71
commit
e1c73b0335
|
@ -31,7 +31,7 @@
|
||||||
import {
|
import {
|
||||||
fullScreenLoading,
|
fullScreenLoading,
|
||||||
getCurrentUser,
|
getCurrentUser,
|
||||||
getCurrentWorkspaceId, hasPermissions,
|
getCurrentWorkspaceId,
|
||||||
saveLocalStorage,
|
saveLocalStorage,
|
||||||
stopFullScreenLoading
|
stopFullScreenLoading
|
||||||
} from "@/common/js/utils";
|
} from "@/common/js/utils";
|
||||||
|
@ -167,7 +167,6 @@ export default {
|
||||||
|
|
||||||
.search-input >>> .el-input__inner {
|
.search-input >>> .el-input__inner {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #d2ced8;
|
|
||||||
border-color: #b4aebe;
|
border-color: #b4aebe;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue