Explorar el Código

chore: 修改工具条默认状态为侧边

奔跑的面条 hace 3 años
padre
commit
7f5153f5fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/settings/systemSetting.ts

+ 1 - 1
src/settings/systemSetting.ts

@@ -13,5 +13,5 @@ export const systemSetting = {
   // 图表拖拽时的吸附距离(px)
   [SettingStoreEnums.CHART_ALIGN_RANGE]: 10,
   // 图表工具栏状态(侧边工具状态)
-  [SettingStoreEnums.CHART_TOOLS_STATUS]: ToolsStatusEnum.DOCK
+  [SettingStoreEnums.CHART_TOOLS_STATUS]: ToolsStatusEnum.ASIDE
 }