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.cjs.js +1 -1
- package/dist/index.esm.js +3 -1
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/table/index.js +1 -1
- package/lib/table/table.css +3 -1
- package/lib/table/table.less +3 -1
- package/lib/table/table.variable.css +3 -1
- package/package.json +1 -1
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(
|
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)
|