mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:56:16 +00:00
style: list block (#4665)
This commit is contained in:
parent
e56e52ad49
commit
ec22846bbb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user