inleft
2022-02-25 fc0c102554f509989dd74b199f298a67f266c3c8
src/components/mini/box8-panal.vue
@@ -21,8 +21,12 @@
         </a-col>
      </a-row>
      <a-pagination :showQuickJumper="true" :size="size" :default-current="current" :defaultPageSize="pageSize"
         :total="total" />
      <a-row type="flex" justify="center">
         <div style="position:fixed;bottom: 10px;" id="dddadf">
            <a-pagination @change="onChange" :showQuickJumper="true" :size="size" v-model="current"
               :defaultPageSize="10" :pageSize="pageSize" :total="total" />
         </div>
      </a-row>
   </div>
@@ -41,6 +45,11 @@
            pageSize: 10,
            current: 4,
         }
      },
      methods: {
         onChange(current) {
         }
      }
   }
</script>