bi-eleme 1.0.5 → 1.0.7

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.
@@ -9591,8 +9591,8 @@ button_group.install = function (Vue) {
9591
9591
  };
9592
9592
 
9593
9593
  /* harmony default export */ var packages_button_group = (button_group);
9594
- // CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.0@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.0@vue-loader/lib??vue-loader-options!./packages/table/src/table.vue?vue&type=template&id=b6fa5516&
9595
- var tablevue_type_template_id_b6fa5516_render = function () {
9594
+ // CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.0@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.0@vue-loader/lib??vue-loader-options!./packages/table/src/table.vue?vue&type=template&id=e62e2f78&
9595
+ var tablevue_type_template_id_e62e2f78_render = function () {
9596
9596
  var _vm = this
9597
9597
  var _h = _vm.$createElement
9598
9598
  var _c = _vm._self._c || _h
@@ -10031,11 +10031,11 @@ var tablevue_type_template_id_b6fa5516_render = function () {
10031
10031
  ]
10032
10032
  )
10033
10033
  }
10034
- var tablevue_type_template_id_b6fa5516_staticRenderFns = []
10035
- tablevue_type_template_id_b6fa5516_render._withStripped = true
10034
+ var tablevue_type_template_id_e62e2f78_staticRenderFns = []
10035
+ tablevue_type_template_id_e62e2f78_render._withStripped = true
10036
10036
 
10037
10037
 
10038
- // CONCATENATED MODULE: ./packages/table/src/table.vue?vue&type=template&id=b6fa5516&
10038
+ // CONCATENATED MODULE: ./packages/table/src/table.vue?vue&type=template&id=e62e2f78&
10039
10039
 
10040
10040
  // EXTERNAL MODULE: external "bi-eleme/lib/checkbox"
10041
10041
  var checkbox_ = __webpack_require__(14);
@@ -14157,13 +14157,13 @@ var tableIdSeed = 1;
14157
14157
  },
14158
14158
  emptyBlockStyle: function emptyBlockStyle() {
14159
14159
  if (this.data && this.data.length) return null;
14160
- var height = '100%';
14160
+ // let height = '360'
14161
14161
  if (this.layout.appendHeight) {
14162
14162
  height = 'calc(100% - ' + this.layout.appendHeight + 'px)';
14163
14163
  }
14164
14164
  return {
14165
- width: this.bodyWidth,
14166
- height: height
14165
+ width: this.bodyWidth
14166
+ // height
14167
14167
  };
14168
14168
  }
14169
14169
  }, mapStates({
@@ -14299,8 +14299,8 @@ var tableIdSeed = 1;
14299
14299
 
14300
14300
  var table_component = normalizeComponent(
14301
14301
  src_tablevue_type_script_lang_js_,
14302
- tablevue_type_template_id_b6fa5516_render,
14303
- tablevue_type_template_id_b6fa5516_staticRenderFns,
14302
+ tablevue_type_template_id_e62e2f78_render,
14303
+ tablevue_type_template_id_e62e2f78_staticRenderFns,
14304
14304
  false,
14305
14305
  null,
14306
14306
  null,
@@ -43840,7 +43840,7 @@ if (typeof window !== 'undefined' && window.Vue) {
43840
43840
  }
43841
43841
 
43842
43842
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
43843
- version: '1.0.5',
43843
+ version: '1.0.7',
43844
43844
  locale: lib_locale_default.a.use,
43845
43845
  i18n: lib_locale_default.a.i18n,
43846
43846
  install: src_install,