fix(高级筛选): tooltip箭头样式修复
This commit is contained in:
parent
48c8147885
commit
04f428d061
|
@ -41,6 +41,7 @@
|
|||
:mouse-enter-delay="300"
|
||||
:position="props.titleTooltipPosition"
|
||||
:disabled="props.disabledTitleTooltip"
|
||||
:arrow-class="props.titleTooltipPosition === 'tr' ? 'absolute right-[4px] !left-auto' : ''"
|
||||
>
|
||||
<span :class="props.titleClass || 'ms-tree-node-title'">
|
||||
<slot name="title" v-bind="_props"></slot>
|
||||
|
|
Loading…
Reference in New Issue