zhangyu 5 лет назад
Родитель
Сommit
ea44331743
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/ledger/tableTransfers.vue

+ 1 - 1
src/components/ledger/tableTransfers.vue

@@ -30,7 +30,7 @@
               <template slot-scope="scope">{{ scope.row.InstallLocation || "--" }}</template>
             </el-table-column>
           </el-table>
-          <div class="right">
+          <div class="right" style="overflow:hidden;">
             <my-pagination @change="changePages1" :page="pages1"></my-pagination>
           </div>
         </div>