perf: 优化工具栏图标展示方式

This commit is contained in:
奔跑的面条 2022-09-17 22:45:36 +08:00
parent 4141d00409
commit 8487a1b159

View File

@ -7,7 +7,7 @@
@mouseleave="toolsMouseoutHandle"
>
<!-- PawIcon -->
<n-icon v-show="isHide && settingStore.getChartToolsStatus === ToolsStatusEnum.ASIDE" class="asideLogo" size="22">
<n-icon v-show="settingStore.getChartToolsStatus === ToolsStatusEnum.ASIDE && isMiniComputed " class="asideLogo" size="22">
<PawIcon></PawIcon>
</n-icon>