Prechádzať zdrojové kódy

feat: 修改table page样式

DESKTOP-USV654P\pc 8 mesiacov pred
rodič
commit
007856e0d4
1 zmenil súbory, kde vykonal 3 pridanie a 7 odobranie
  1. 3 7
      src/components/Table/src/BasicTable.vue

+ 3 - 7
src/components/Table/src/BasicTable.vue

@@ -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 {