fix scroll list shaking
This commit is contained in:
parent
356e91be4b
commit
0285837c09
2 changed files with 21 additions and 1 deletions
|
@ -86,7 +86,12 @@
|
|||
return `${prefixCls}-wrapper`;
|
||||
},
|
||||
scrollContainerClasses() {
|
||||
return `${prefixCls}-container`;
|
||||
return [
|
||||
`${prefixCls}-container`,
|
||||
{
|
||||
[`${prefixCls}-container-loading`]: this.showBodyLoader
|
||||
}
|
||||
];
|
||||
},
|
||||
slotContainerClasses() {
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue