@zhaoyifannan/tvue 3.7.22-beta → 3.7.23-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 +3 -3
- package/lib/tvue.js.map +1 -1
- package/lib/tvue.min.js +2 -2
- package/package.json +1 -1
package/lib/tvue.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Tvue.js v3.7.
|
|
2
|
+
* Tvue.js v3.7.23-beta
|
|
3
3
|
* (c) 2024-2026 Zhaoyifannan
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -4300,7 +4300,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
4300
4300
|
var paddingTop = parseFloat(computedStyle.paddingTop);
|
|
4301
4301
|
var paddingBottom = parseFloat(computedStyle.paddingBottom);
|
|
4302
4302
|
if (_this4.option.card) {
|
|
4303
|
-
clientHeight -=
|
|
4303
|
+
clientHeight -= 30;
|
|
4304
4304
|
}
|
|
4305
4305
|
var calcHeight = _this4.calcHeight || 0;
|
|
4306
4306
|
var tableRef = _this4.$refs.table;
|
|
@@ -40382,7 +40382,7 @@ function validatenull(val) {
|
|
|
40382
40382
|
|
|
40383
40383
|
"use strict";
|
|
40384
40384
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return version; });
|
|
40385
|
-
var version = '3.7.
|
|
40385
|
+
var version = '3.7.23-beta';
|
|
40386
40386
|
|
|
40387
40387
|
/***/ }),
|
|
40388
40388
|
|