diff --git a/apps/web-antd/src/views/dashboard/analytics/change.md b/apps/web-antd/src/views/dashboard/analytics/change.md index da2327ad..b0afe4ed 100644 --- a/apps/web-antd/src/views/dashboard/analytics/change.md +++ b/apps/web-antd/src/views/dashboard/analytics/change.md @@ -17,6 +17,7 @@ - 使用`version-polling`替代自带的版本检测更新 样式更新 在worker执行 不会阻塞主线程 - 字典常量enum从`packages/@core/base/shared/src/constants`移动到`@vben/constants`下 需要移动文件位置(导入不需要更改) - Switch的value只能是boolean值 之前可以为 string/number/boolean (antd组件变化) +- Popconfirm不再需要 `:get-popup-container="getVxePopupContainer"` antd已经支持滚动跟随 故`getVxePopupContainer`已经移除 ## 已知问题 diff --git a/apps/web-antd/src/views/monitor/logininfor/index.vue b/apps/web-antd/src/views/monitor/logininfor/index.vue index a856861d..6cf7ac1a 100644 --- a/apps/web-antd/src/views/monitor/logininfor/index.vue +++ b/apps/web-antd/src/views/monitor/logininfor/index.vue @@ -7,7 +7,6 @@ import type { LoginLog } from '#/api/monitor/logininfo/model'; import { ref } from 'vue'; import { Page, useVbenModal } from '@vben/common-ui'; -import { getVxePopupContainer } from '@vben/utils'; import { Modal, Popconfirm, Space } from 'antdv-next'; @@ -189,7 +188,6 @@ function handleDownloadExcel() { {{ $t('pages.common.info') }}
在线用户列表 (共 - {{ onlineCount }} + {{ onlineCount }} 人在线)