mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-13 17:05:47 +08:00
fix(components): [table] the scrollbar not change (#7905)
This commit is contained in:
parent
3adb0f2077
commit
21a1c24f58
@ -46,7 +46,7 @@ function useStyle<T>(
|
||||
})
|
||||
const isGroup = ref(false)
|
||||
const scrollbarViewStyle = {
|
||||
display: 'inline-block',
|
||||
display: 'block',
|
||||
verticalAlign: 'middle',
|
||||
}
|
||||
const tableWidth = ref()
|
||||
|
Loading…
Reference in New Issue
Block a user