Skip to content

Commit 80e0a8e

Browse files
committed
Update index.jsx
1 parent 2fc5230 commit 80e0a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ve-table/src/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,8 @@ export default {
645645
this.footerRows.splice(rowIndex, 1, { rowHeight: height });
646646
},
647647

648+
// td width change
648649
tdWidthChange(colWidths) {
649-
console.log("colWidths::", colWidths);
650650
this.colgroups = this.colgroups.map((item) => {
651651
// map
652652
item._realTimeWidth = colWidths.get(item.key);

0 commit comments

Comments
 (0)