|
@@ -307,12 +307,8 @@
|
|
|
getDataSourceRef,
|
|
|
);
|
|
|
|
|
|
- const {
|
|
|
- getFormProps,
|
|
|
- replaceFormSlotKey,
|
|
|
- getFormSlotKeys,
|
|
|
- handleSearchInfoChange,
|
|
|
- } = useTableForm(getProps, slots, fetch, getLoading);
|
|
|
+ const { getFormProps, replaceFormSlotKey, getFormSlotKeys, handleSearchInfoChange } =
|
|
|
+ useTableForm(getProps, slots, fetch, getLoading);
|
|
|
|
|
|
const getBindValues = computed(() => {
|
|
|
const dataSource = unref(getDataSourceRef);
|
|
@@ -614,7 +610,7 @@
|
|
|
}
|
|
|
|
|
|
.ant-pagination {
|
|
|
- margin: 10px 6px 0 0;
|
|
|
+ margin: 10px 6px 0 0 !important;
|
|
|
}
|
|
|
|
|
|
.ant-table-footer {
|