Commit 1fb759ec7cf2c6104670025073920ca352413b10

Authored by vben
1 parent 5f39beef

fix: fix base-help style not work

src/components/Basic/src/BasicHelp.less
... ... @@ -2,6 +2,7 @@
2 2  
3 3 .base-help {
4 4 display: inline-block;
  5 + margin-left: 6px;
5 6 font-size: 14px;
6 7 color: @text-color-help-dark;
7 8 cursor: pointer;
... ...
src/settings/projectSetting.ts
... ... @@ -96,7 +96,7 @@ const setting: ProjectConfig = {
96 96 showBreadCrumb: true,
97 97  
98 98 // 使用error-handler-plugin
99   - useErrorHandle: true,
  99 + useErrorHandle: isProdMode(),
100 100  
101 101 // 开启页面切换动画
102 102 openRouterTransition: true,
... ...