style(工作台): 修复概览卡片tooltip悬浮style

This commit is contained in:
xinxin.wu 2024-12-19 16:53:44 +08:00 committed by 刘瑞斌
parent 30d29b33c4
commit 8bb177448b
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"
> >