Skip to content

Commit

Permalink
fix: fix base-help style not work
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Oct 21, 2020
1 parent 5f39bee commit 1fb759e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Basic/src/BasicHelp.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.base-help {
display: inline-block;
margin-left: 6px;
font-size: 14px;
color: @text-color-help-dark;
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion src/settings/projectSetting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const setting: ProjectConfig = {
showBreadCrumb: true,

// 使用error-handler-plugin
useErrorHandle: true,
useErrorHandle: isProdMode(),

// 开启页面切换动画
openRouterTransition: true,
Expand Down

0 comments on commit 1fb759e

Please sign in to comment.