perf: 优化工具栏展示方式

This commit is contained in:
奔跑的面条
2022-09-17 22:40:24 +08:00
parent 924a173d6b
commit 4141d00409
5 changed files with 85 additions and 42 deletions
+3 -1
View File
@@ -13,5 +13,7 @@ export const systemSetting = {
// 图表拖拽时的吸附距离(px
[SettingStoreEnums.CHART_ALIGN_RANGE]: 10,
// 图表工具栏状态(侧边工具状态)
[SettingStoreEnums.CHART_TOOLS_STATUS]: ToolsStatusEnum.ASIDE
[SettingStoreEnums.CHART_TOOLS_STATUS]: ToolsStatusEnum.ASIDE,
// 图表工具栏状态隐藏(刚开始不隐藏)
[SettingStoreEnums.CHART_TOOLS_STATUS_HIDE]: false,
}