fix: 看板UDM选择添加下拉菜单的弹出容器属性
This commit is contained in:
@@ -371,7 +371,10 @@ onBeforeUnmount(() => {
|
|||||||
{{ skimState.udmSubNum }}
|
{{ skimState.udmSubNum }}
|
||||||
</div>
|
</div>
|
||||||
<span>
|
<span>
|
||||||
<a-dropdown :trigger="['click']">
|
<a-dropdown
|
||||||
|
:trigger="['click']"
|
||||||
|
:get-Popup-Container="getPopupContainer"
|
||||||
|
>
|
||||||
<div class="toDeep-text">
|
<div class="toDeep-text">
|
||||||
{{ t('views.dashboard.overview.skim.users') }}
|
{{ t('views.dashboard.overview.skim.users') }}
|
||||||
<DownOutlined style="margin-left: 12px; font-size: 12px" />
|
<DownOutlined style="margin-left: 12px; font-size: 12px" />
|
||||||
|
|||||||
Reference in New Issue
Block a user