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