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