You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
[] I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.4.3
Environment
Window10 Chrome version 66.0.3359.117
Reproduction link
Steps to reproduce
Set the loading=true of table
table has a certain amount of data, height exceeds 320px
There is an operation column
The operation column of the row at the bottom of the table can also operate
Found that it is the problem of the following style
.ant-spin-nested-loading > div > .ant-spin {
Position: absolute;
Height: 100%;
Max-height: 320px; (the problem caused by the maximum height set here)
Width: 100%;
Z-index: 4;
}
What is expected?
Hope that in the case of loading=true, security is in a fuzzy state, including paged content, ie related operations are prohibited
What is actually happening?
In the case of loading=true, the table is not in a fuzzy state
Version
3.4.3
Environment
window10 Chrome 版本 66.0.3359.117
Reproduction link
Steps to reproduce
What is expected?
希望 处于loading=true的情况下,安全处于模糊状态,包括分页内容,即相关操作禁止操作
What is actually happening?
loading=true的情况下,table没有安全处于模糊状态
The text was updated successfully, but these errors were encountered: