style: list block (#4665)

This commit is contained in:
Katherine 2024-06-14 14:13:58 +08:00 committed by GitHub
parent e56e52ad49
commit ec22846bbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ const InternalList = (props) => {
css`
.ant-spin-nested-loading {
height: ${height ? height + 'px' : '100%'};
overflow-y: auto;
overflow-y: ${height ? 'auto' : 'null'};
.ant-spin-container {
width: 100%;
overflow-x: clip;