提交 ff50a2ea 编写于 作者: C chenshuai2144

bugfix: phone mode does not show category search

close #5998
上级 4c9aa880
...@@ -4,7 +4,6 @@ import slash from 'slash2'; ...@@ -4,7 +4,6 @@ import slash from 'slash2';
import themePluginConfig from './themePluginConfig'; import themePluginConfig from './themePluginConfig';
import proxy from './proxy'; import proxy from './proxy';
import webpackPlugin from './plugin.config'; import webpackPlugin from './plugin.config';
import { primaryColor } from './defaultSettings';
const { pwa } = defaultSettings; const { pwa } = defaultSettings;
...@@ -145,7 +144,7 @@ export default { ...@@ -145,7 +144,7 @@ export default {
// Theme for antd: https://ant.design/docs/react/customize-theme-cn // Theme for antd: https://ant.design/docs/react/customize-theme-cn
theme: { theme: {
// ...darkTheme, // ...darkTheme,
primaryColor, primaryColor: defaultSettings.primaryColor,
}, },
define: { define: {
REACT_APP_ENV: REACT_APP_ENV || false, REACT_APP_ENV: REACT_APP_ENV || false,
......
...@@ -96,5 +96,8 @@ ...@@ -96,5 +96,8 @@
margin-right: 0; margin-right: 0;
} }
} }
.search {
display: none;
}
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册