mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +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 isGroup = ref(false)
|
||||||
const scrollbarViewStyle = {
|
const scrollbarViewStyle = {
|
||||||
display: 'inline-block',
|
display: 'block',
|
||||||
verticalAlign: 'middle',
|
verticalAlign: 'middle',
|
||||||
}
|
}
|
||||||
const tableWidth = ref()
|
const tableWidth = ref()
|
||||||
|
Loading…
Reference in New Issue
Block a user