vxe-table 4.13.38 → 4.13.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.umd.js CHANGED
@@ -3138,7 +3138,7 @@ function eqEmptyValue(cellValue) {
3138
3138
  ;// ./packages/ui/index.ts
3139
3139
 
3140
3140
 
3141
- const version = "4.13.38";
3141
+ const version = "4.13.39";
3142
3142
  core_.VxeUI.version = version;
3143
3143
  core_.VxeUI.tableVersion = version;
3144
3144
  core_.VxeUI.setConfig({
@@ -3600,7 +3600,7 @@ var esnext_iterator_some = __webpack_require__(7550);
3600
3600
  const {
3601
3601
  log: log_log
3602
3602
  } = core_.VxeUI;
3603
- const log_version = `table v${"4.13.38"}`;
3603
+ const log_version = `table v${"4.13.39"}`;
3604
3604
  const warnLog = log_log.create('warn', log_version);
3605
3605
  const errLog = log_log.create('error', log_version);
3606
3606
  ;// ./packages/table/src/columnInfo.ts
@@ -6804,7 +6804,7 @@ const renderType = 'body';
6804
6804
  if (mEndRow) {
6805
6805
  const meRowRest = fullAllDataRowIdData[getRowid($xeTable, mEndRow)];
6806
6806
  if (meRowRest) {
6807
- cellHeight += meRowRest.oTop - rowRest.oTop + getCellRestHeight(meRowRest, cellOpts, rowOpts, defaultRowHeight);
6807
+ cellHeight += meRowRest.oTop + getCellRestHeight(meRowRest, cellOpts, rowOpts, defaultRowHeight) - rowRest.oTop - getCellRestHeight(rowRest, cellOpts, rowOpts, defaultRowHeight);
6808
6808
  }
6809
6809
  }
6810
6810
  }