소스 검색

样式修改

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>