bug(ECX-7311):

This commit is contained in:
zhangjing1
2025-09-16 11:47:32 +08:00
parent 768f63d0f0
commit b1f7a00183

View File

@@ -100,7 +100,7 @@ const SpPage = memo(
} else {
setState((draft) => {
draft.lockStyle = {
overflow: 'auto'
overflowY: 'auto'
}
})
}