mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 08:12:49 +08:00
perf: 优化工具栏图标展示方式
This commit is contained in:
parent
4141d00409
commit
8487a1b159
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user