Explorar o código

fix: fix base-help style not work

vben %!s(int64=4) %!d(string=hai) anos
pai
achega
1fb759ec7c
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      src/components/Basic/src/BasicHelp.less
  2. 1 1
      src/settings/projectSetting.ts

+ 1 - 0
src/components/Basic/src/BasicHelp.less

@@ -2,6 +2,7 @@
 
 .base-help {
   display: inline-block;
+  margin-left: 6px;
   font-size: 14px;
   color: @text-color-help-dark;
   cursor: pointer;

+ 1 - 1
src/settings/projectSetting.ts

@@ -96,7 +96,7 @@ const setting: ProjectConfig = {
   showBreadCrumb: true,
 
   // 使用error-handler-plugin
-  useErrorHandle: true,
+  useErrorHandle: isProdMode(),
 
   //  开启页面切换动画
   openRouterTransition: true,