eoss-mobiles 0.1.91 → 0.1.92
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/eoss-mobile.common.js +3 -3
- package/lib/index.js +1 -1
- package/lib/table.js +2 -2
- package/package.json +1 -1
- package/packages/table/src/main.vue +2 -2
- package/src/index.js +1 -1
|
@@ -7652,7 +7652,7 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
|
|
|
7652
7652
|
selected: null,
|
|
7653
7653
|
pageChange: false,
|
|
7654
7654
|
tableHeight: 'auto',
|
|
7655
|
-
tableClientHeight:
|
|
7655
|
+
tableClientHeight: undefined,
|
|
7656
7656
|
validateSuccess: true,
|
|
7657
7657
|
options: {},
|
|
7658
7658
|
theadData: [],
|
|
@@ -7712,7 +7712,7 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
|
|
|
7712
7712
|
this.getTableData();
|
|
7713
7713
|
this.checkSelect(this.checked);
|
|
7714
7714
|
this.$nextTick(function () {
|
|
7715
|
-
_this.tableClientHeight = _this.$refs.emTable.clientHeight;
|
|
7715
|
+
_this.tableClientHeight = _this.$refs.emTable.clientHeight - 40;
|
|
7716
7716
|
});
|
|
7717
7717
|
},
|
|
7718
7718
|
|
|
@@ -18047,7 +18047,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
18047
18047
|
}
|
|
18048
18048
|
|
|
18049
18049
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
18050
|
-
version: '0.1.
|
|
18050
|
+
version: '0.1.92',
|
|
18051
18051
|
install: install,
|
|
18052
18052
|
Button: packages_button,
|
|
18053
18053
|
ButtonGroup: button_group,
|