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
问题复现:
在<basicTable/>展示区域中点击最大化操作可以将table区域最大化 但是如果table的部分operate会弹出modal,则modal会展示在table的后面 用户看不见 只有关闭最大化才能看见。
<basicTable/>
原因(个人拙见 ):
modal默认会插入到body中 不会插入到当前table中 如果使用props将modal插入到当前Dom(table)中 可能会导致modal展示出现问题(定位问题)
The text was updated successfully, but these errors were encountered:
的确存在这个问题
Sorry, something went wrong.
No branches or pull requests
在
<basicTable/>
展示区域中点击最大化操作可以将table区域最大化 但是如果table的部分operate会弹出modal,则modal会展示在table的后面 用户看不见 只有关闭最大化才能看见。modal默认会插入到body中 不会插入到当前table中 如果使用props将modal插入到当前Dom(table)中 可能会导致modal展示出现问题(定位问题)
The text was updated successfully, but these errors were encountered: