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.
@@ -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.91',
18050
+ version: '0.1.92',
18051
18051
  install: install,
18052
18052
  Button: packages_button,
18053
18053
  ButtonGroup: button_group,