@deanwu/vue-component-library 1.0.113 → 1.0.114

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.
@@ -102296,7 +102296,7 @@ function renderCell(h, row, i) {
102296
102296
  "style": `width: ${this.compWidth}; height: ${this.autoHeight ? 'auto' : ''};`
102297
102297
  }, [this.showEmpty ? h("c-empty") : '', this.$scopedSlots.custom ? h("div", {
102298
102298
  "class": "content",
102299
- "style": `min-width:${this.columnsWidth.all}px; display:${this.showEmpty ? 'none' : 'table'};`
102299
+ "style": `min-width:${this.columnsWidth.all}px; display:${this.showEmpty ? 'none' : 'block'};`
102300
102300
  }, [this.dataList.map(({
102301
102301
  data
102302
102302
  }, index) => {