eoss-mobiles 0.2.80 → 0.2.81

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.
@@ -9799,8 +9799,7 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
9799
9799
  }
9800
9800
  if (this.full && !this.height) {
9801
9801
  this.$nextTick(function () {
9802
- console.log(_this.$refs.emTable.clientHeight, 'emTable');
9803
- _this.height = _this.page ? _this.$refs.emTable.clientHeight - 40 : _this.$refs.emTable.clientHeight;
9802
+ _this.tableClientHeight = _this.page ? _this.$refs.emTable.clientHeight - 40 : _this.$refs.emTable.clientHeight;
9804
9803
  // this. = this.$refs.emTable.clientHeight - 40;
9805
9804
  });
9806
9805
  }
@@ -10514,7 +10513,7 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
10514
10513
  ref: 'emTable',
10515
10514
  class: 'em-table-box',
10516
10515
  style: {
10517
- height: this.isForm ? '100%' : '0',
10516
+ height: '100%',
10518
10517
  position: 'relative'
10519
10518
  }
10520
10519
  }, tableContents);
@@ -24198,7 +24197,7 @@ if (typeof window !== 'undefined' && window.Vue) {
24198
24197
  }
24199
24198
 
24200
24199
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
24201
- version: '0.2.80',
24200
+ version: '0.2.81',
24202
24201
  install: install,
24203
24202
  Button: packages_button,
24204
24203
  ButtonGroup: button_group,