@@ -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"