We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7539d commit dbfdd3eCopy full SHA for dbfdd3e
packages/ve-table/src/body/index.jsx
@@ -548,8 +548,7 @@ export default {
548
*/
549
tdSizeChange({ key, width }) {
550
const { colsWidths } = this;
551
- // fix reRender by column resize
552
- colsWidths.set(key, Math.floor(width));
+ colsWidths.set(key, width);
553
this.$emit(EMIT_EVENTS.BODY_CELL_WIDTH_CHANGE, colsWidths);
554
},
555
0 commit comments