feat: 优化多个组件的高度设置,确保更好的用户体验;更新交易记录控制器以处理智能分类结果
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 28s
Docker Build & Deploy / Deploy to Production (push) Successful in 9s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 28s
Docker Build & Deploy / Deploy to Production (push) Successful in 9s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 2s
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
v-model="listVisible"
|
||||
:title="selectedDateText"
|
||||
:subtitle="getBalance(dateTransactions)"
|
||||
height="85%"
|
||||
height="75%"
|
||||
>
|
||||
<template #header-actions>
|
||||
<SmartClassifyButton
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
<PopupContainer
|
||||
v-model="showRecordsList"
|
||||
title="交易记录列表"
|
||||
height="80%"
|
||||
height="75%"
|
||||
>
|
||||
<div style="background: var(--van-background, #f7f8fa);">
|
||||
<!-- 批量操作按钮 -->
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
<PopupContainer
|
||||
v-model="detailVisible"
|
||||
:title="currentEmail ? (currentEmail.Subject || currentEmail.subject || '(无主题)') : ''"
|
||||
height="80%"
|
||||
height="75%"
|
||||
>
|
||||
<template #header-actions>
|
||||
<van-button
|
||||
@@ -114,7 +114,7 @@
|
||||
<PopupContainer
|
||||
v-model="transactionListVisible"
|
||||
title="关联账单列表"
|
||||
height="70%"
|
||||
height="75%"
|
||||
>
|
||||
<TransactionList
|
||||
:transactions="transactionList"
|
||||
|
||||
@@ -41,8 +41,7 @@
|
||||
v-model="detailVisible"
|
||||
:title="currentMessage.title"
|
||||
:subtitle="currentMessage.createTime"
|
||||
height="80%"
|
||||
:closeable="true"
|
||||
height="75%"
|
||||
>
|
||||
<div
|
||||
v-if="currentMessage.messageType === 2"
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
<PopupContainer
|
||||
v-model="dialogVisible"
|
||||
:title="isEdit ? '编辑周期账单' : '新增周期账单'"
|
||||
height="85%"
|
||||
height="75%"
|
||||
>
|
||||
<van-form>
|
||||
<van-cell-group inset title="周期设置">
|
||||
|
||||
@@ -281,7 +281,7 @@
|
||||
v-model="billListVisible"
|
||||
:title="selectedCategoryTitle"
|
||||
:subtitle="categoryBillsTotal ? `共 ${categoryBillsTotal} 笔交易` : ''"
|
||||
height="85%"
|
||||
height="75%"
|
||||
>
|
||||
<template #header-actions>
|
||||
<SmartClassifyButton
|
||||
|
||||
Reference in New Issue
Block a user