lxf il y a 1 an
Parent
commit
b476413cfc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"