bkui-vue 0.0.2-beta.28 → 0.0.2-beta.29

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/dist/index.esm.js CHANGED
@@ -15749,7 +15749,9 @@ class JT {
15749
15749
  }, null);
15750
15750
  }
15751
15751
  renderTableFooter(t) {
15752
- return f(v4, Ie(t, {
15752
+ return f(v4, Ie({
15753
+ style: "width: 100%;"
15754
+ }, t, {
15753
15755
  modelValue: t.current,
15754
15756
  onLimitChange: (n) => this.handlePageLimitChange(n),
15755
15757
  onChange: (n) => this.handlePageChange(n)