mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-21 13:28:59 +08:00
refactor(antd): 移除Popconfirm中已废弃的getVxePopupContainer属性
antd已支持滚动跟随,不再需要手动指定getVxePopupContainer属性。删除相关代码及工具函数,简化实现。
This commit is contained in:
@@ -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`已经移除
|
||||
|
||||
## 已知问题
|
||||
|
||||
|
||||
Reference in New Issue
Block a user