style: 组件MsTreeSelect-未选择时hover不显示气泡
--bug=1049495 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001049495
This commit is contained in:
parent
8834835aa1
commit
1034c0ee9e
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
<div class="w-full">
|
||||
<a-tooltip
|
||||
:content="getTreeSelectTooltip()"
|
||||
:disabled="!(checkedKeys ?? []).length"
|
||||
|
@ -95,6 +96,7 @@
|
|||
</template>
|
||||
</a-trigger>
|
||||
</a-tooltip>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
|
Loading…
Reference in New Issue