mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-23 11:59:34 +08:00
fix: [el-table] an extra 0 after the total line at safari (#3471)
This commit is contained in:
parent
ec8680632c
commit
48a787d55f
@ -20,7 +20,7 @@ function useStyle<T>(props: TableFooter<T>) {
|
||||
} = useMapState<T>()
|
||||
|
||||
const hasGutter = computed(() => {
|
||||
return !props.fixed && table.layout.gutterWidth
|
||||
return !props.fixed && !table.layout.gutterWidth
|
||||
})
|
||||
const isCellHidden = (
|
||||
index: number,
|
||||
|
Loading…
Reference in New Issue
Block a user