fix(components): [table] the scrollbar not change (#7905)

This commit is contained in:
qiang 2022-05-30 08:35:28 +08:00 committed by GitHub
parent 3adb0f2077
commit 21a1c24f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ function useStyle<T>(
}) })
const isGroup = ref(false) const isGroup = ref(false)
const scrollbarViewStyle = { const scrollbarViewStyle = {
display: 'inline-block', display: 'block',
verticalAlign: 'middle', verticalAlign: 'middle',
} }
const tableWidth = ref() const tableWidth = ref()