@qin-ui/antd-vue-pro 1.1.24 → 1.1.25
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/es/style.css +2 -2
- package/es/table/index.js +3 -3
- package/package.json +1 -1
package/es/style.css
CHANGED
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
padding: 24px 24px 16px;
|
|
34
34
|
background-color: #fff;
|
|
35
35
|
}
|
|
36
|
-
.pro-table[data-v-
|
|
36
|
+
.pro-table[data-v-7ca35914] {
|
|
37
37
|
display: flex;
|
|
38
38
|
flex-direction: column;
|
|
39
39
|
min-width: 800px;
|
|
40
40
|
}
|
|
41
|
-
.pro-table[data-v-
|
|
41
|
+
.pro-table[data-v-7ca35914] .ant-pagination .ant-pagination-total-text {
|
|
42
42
|
flex: 1;
|
|
43
43
|
}
|
package/es/table/index.js
CHANGED
|
@@ -536,8 +536,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
536
536
|
onChange: table ? (...args) => {
|
|
537
537
|
var _a2;
|
|
538
538
|
setPagination(args[0]);
|
|
539
|
-
search();
|
|
540
539
|
(_a2 = attrs.onChange) == null ? void 0 : _a2.call(attrs, ...args);
|
|
540
|
+
search();
|
|
541
541
|
} : attrs.onChange
|
|
542
542
|
};
|
|
543
543
|
});
|
|
@@ -633,8 +633,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
633
633
|
};
|
|
634
634
|
}
|
|
635
635
|
});
|
|
636
|
-
const
|
|
637
|
-
const BaseTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
636
|
+
const Table_vue_vue_type_style_index_0_scoped_7ca35914_lang = "";
|
|
637
|
+
const BaseTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7ca35914"]]);
|
|
638
638
|
const getDefaultPagination = () => ({ current: 1, pageSize: 10, total: 0 });
|
|
639
639
|
const useTable = ({
|
|
640
640
|
columns: initColumns = [],
|