We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.33.5
3.2.41
版本 106.0.5249.119(正式版本) (64 位)
win 10
https://www.naiveui.com/zh-CN/os-theme/components/tree#drag-drop.vue
1 https://www.naiveui.com/zh-CN/os-theme/components/tree#drag-drop.vue 2 draggable功能,拖拽节点后页面白屏
修复拖拽后效果
拖拽节点后页面白屏
The text was updated successfully, but these errors were encountered:
似乎是浏览器版本问题,chrome和edge106版本会有BUG。chrome86版本无BUG cB('tree-node', transform: translate(0, 0); z-index: 0; 增加两行CSS可修复该异常
cB('tree-node', transform: translate(0, 0); z-index: 0;
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
TuSimple/naive-ui version (版本)
2.33.5
Vue version (Vue 版本)
3.2.41
Browser and its version (浏览器及其版本)
版本 106.0.5249.119(正式版本) (64 位)
System and its version (系统及其版本)
win 10
Node version (Node 版本)
Reappearance link (重现链接)
https://www.naiveui.com/zh-CN/os-theme/components/tree#drag-drop.vue
Reappearance steps (重现步骤)
1 https://www.naiveui.com/zh-CN/os-theme/components/tree#drag-drop.vue
2 draggable功能,拖拽节点后页面白屏
Expected results (期望的结果)
修复拖拽后效果
Actual results (实际的结果)
拖拽节点后页面白屏
Remarks (补充说明)
The text was updated successfully, but these errors were encountered: