lxf 1 년 전
부모
커밋
b476413cfc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/group/finance/check-bill/ExcelFile.vue

+ 1 - 1
src/views/group/finance/check-bill/ExcelFile.vue

@@ -1,5 +1,5 @@
 <template>
-  <div style="height: calc(100vh - 184px); overflow-y: auto; overflow-x: hidden">
+  <div style="max-height: calc(100vh - 184px); overflow-y: auto; overflow-x: hidden">
     <byTable
       :source="sourceList.data"
       :pagination="sourceList.pagination"