diff --git a/apps/web-antd/src/views/system/tenant/index.vue b/apps/web-antd/src/views/system/tenant/index.vue
index 2e985f23..5f73d068 100644
--- a/apps/web-antd/src/views/system/tenant/index.vue
+++ b/apps/web-antd/src/views/system/tenant/index.vue
@@ -6,6 +6,7 @@ import { computed, ref } from 'vue';
import { useAccess } from '@vben/access';
import { Page, useVbenDrawer, type VbenFormProps } from '@vben/common-ui';
import { Fallback } from '@vben/common-ui';
+import { getPopupContainer } from '@vben/utils';
import { Modal, Popconfirm, Space } from 'ant-design-vue';
import dayjs from 'dayjs';
@@ -191,42 +192,46 @@ const isSuperAdmin = computed(() => {
/>
-
- {{ $t('pages.common.edit') }}
-
-
+
- {{ $t('pages.common.sync') }}
+ {{ $t('pages.common.edit') }}
-
-
-
- {{ $t('pages.common.delete') }}
-
-
+
+ {{ $t('pages.common.sync') }}
+
+
+
+
+ {{ $t('pages.common.delete') }}
+
+
+