Skip to content

Commit 248dfbb

Browse files
committed
fix: table style error
1 parent 9c3cf32 commit 248dfbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/table/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ export default defineComponent({
11441144
getPopupContainer: contextGetPopupContainer,
11451145
transformCellText,
11461146
}) {
1147-
const { showHeader, locale, getPopupContainer, ...restProps } = {
1147+
const { showHeader, locale, getPopupContainer, style, ...restProps } = {
11481148
...getOptionProps(this),
11491149
...this.$attrs,
11501150
} as any;

0 commit comments

Comments
 (0)