style(工作台): 修复概览卡片tooltip悬浮style
This commit is contained in:
parent
30d29b33c4
commit
8bb177448b
|
@ -22,7 +22,7 @@
|
|||
:prefix="t('workbench.homePage.project')"
|
||||
:multiple="true"
|
||||
:has-all-select="true"
|
||||
full-tooltip-position="tr"
|
||||
full-tooltip-position="left"
|
||||
:default-all-select="props.item.selectAll"
|
||||
:at-least-one="true"
|
||||
@popup-visible-change="popupVisibleChange"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
class="!w-[220px]"
|
||||
:prefix="t('workbench.homePage.staff')"
|
||||
:multiple="true"
|
||||
full-tooltip-position="tr"
|
||||
full-tooltip-position="left"
|
||||
:has-all-select="true"
|
||||
@popup-visible-change="popupVisibleChange"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue