Browse Source

fix(BasicTable): pagination exceeds page height. close #3185

invalid w 1 năm trước cách đây
mục cha
commit
41451f4fa3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/Table/src/BasicTable.vue

+ 1 - 1
src/components/Table/src/BasicTable.vue

@@ -433,7 +433,7 @@
       //}
     }
 
-    .ant-pagination {
+    .ant-table-wrapper .ant-pagination {
       margin: 10px 0 0;
     }