@zhaoyifannan/tvue 3.7.18-beta → 3.7.19-beta

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/tvue.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Tvue.js v3.7.17-beta
2
+ * Tvue.js v3.7.19-beta
3
3
  * (c) 2024-2026 Zhaoyifannan
4
4
  * Released under the MIT License.
5
5
  */
@@ -3686,8 +3686,6 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
3686
3686
  var paddingBottom = parseFloat(computedStyle.paddingBottom);
3687
3687
  if (_this4.option.card) {
3688
3688
  clientHeight -= 16;
3689
- } else {
3690
- clientHeight += 10;
3691
3689
  }
3692
3690
  var calcHeight = _this4.calcHeight || 0;
3693
3691
  var tableRef = _this4.$refs.table;
@@ -31348,7 +31346,7 @@ function validatenull(val) {
31348
31346
 
31349
31347
  "use strict";
31350
31348
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return version; });
31351
- var version = '3.7.17-beta';
31349
+ var version = '3.7.19-beta';
31352
31350
 
31353
31351
  /***/ }),
31354
31352