diff --git a/src/components/CostEntry/components/feeTable.vue b/src/components/CostEntry/components/feeTable.vue index a4eb78df..dd7aacf0 100644 --- a/src/components/CostEntry/components/feeTable.vue +++ b/src/components/CostEntry/components/feeTable.vue @@ -9,7 +9,7 @@ :loading="loading" :row-selection="{ selectedRowKeys: state.infoRowKeys, onChange: infoChange }" rowKey="id" - :scroll="{ x: '100%', y: 300 }" + :scroll="{ x: '100%', y: tHeight }" :columns="nowFeeColumns" :data-source="feeData" :pagination="false" @@ -36,7 +36,7 @@