Commit 1fb759ec authored by vben's avatar vben

fix: fix base-help style not work

parent 5f39beef
......@@ -2,6 +2,7 @@
.base-help {
display: inline-block;
margin-left: 6px;
font-size: 14px;
color: @text-color-help-dark;
cursor: pointer;
......
......@@ -96,7 +96,7 @@ const setting: ProjectConfig = {
showBreadCrumb: true,
// 使用error-handler-plugin
useErrorHandle: true,
useErrorHandle: isProdMode(),
// 开启页面切换动画
openRouterTransition: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment