inleft
2022-03-04 74344a2ec388b78fe906a22c31f8fdb77fc60b12
src/components/mini/box8-panal.vue
@@ -1,7 +1,7 @@
<template>
   <div class="holdHeight">
      <a-row type="flex" justify="center">
         <a-col v-for="temp in [1,2,1,1,1,1,1]">
         <a-col v-for="temp in [1,2,1,1,1,1]">
            <div class="myCard" style="height: 200px;width: 220px; border-radius: 20px;">
               <a-card :hoverable="true" size="small">
                  <template slot="cover">
@@ -22,7 +22,7 @@
      </a-row>
      <a-row type="flex" justify="center">
         <div style="position:fixed;bottom: 10px;" id="dddadf">
         <div style="position:fixed;bottom: 10px;">
            <a-pagination @change="onChange" :showQuickJumper="true" :size="size" v-model="current"
               :defaultPageSize="10" :pageSize="pageSize" :total="total" />
         </div>