diff --git a/Web/src/components/Bill/BillForm.vue b/Web/src/components/Bill/BillForm.vue index c45e83a..4c8c4da 100644 --- a/Web/src/components/Bill/BillForm.vue +++ b/Web/src/components/Bill/BillForm.vue @@ -116,7 +116,7 @@ - - diff --git a/Web/src/components/ReasonGroupList.vue b/Web/src/components/ReasonGroupList.vue index 4d8860e..854e0c8 100644 --- a/Web/src/components/ReasonGroupList.vue +++ b/Web/src/components/ReasonGroupList.vue @@ -56,7 +56,7 @@ v-model="showTransactionList" :title="selectedGroup?.reason || '交易记录'" :subtitle="groupTransactionsTotal ? `共 ${groupTransactionsTotal} 笔交易` : ''" - height="80%" + height="85%" >