mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-02-03 10:28:41 +08:00
fix: fix base-help style not work
This commit is contained in:
parent
5f39beef2c
commit
1fb759ec7c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user