fix: fix base-help style not work

This commit is contained in:
vben
2020-10-22 00:33:04 +08:00
parent 5f39beef2c
commit 1fb759ec7c
2 changed files with 2 additions and 1 deletions

View File

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

View File

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