浏览代码

样式修改

zhangyu 5 年之前
父节点
当前提交
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>