Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchentong committed Nov 5, 2024
1 parent 3a1e574 commit 3ae45bc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pages/dashboard/components/record.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
<div>合计</div>
</div>
</template>
<ADescriptions :column="2">
<ADescriptions
:column="2"
class="h-120px"
>
<ADescriptionsItem label="账单数量">
{{ store?.record?.batches.length }}
</ADescriptionsItem>
Expand Down Expand Up @@ -77,7 +80,10 @@
<div>支付宝</div>
</div>
</template>
<ADescriptions :column="2">
<ADescriptions
:column="2"
class="h-120px"
>
<ADescriptionsItem
label="账单编号"
:span="2"
Expand Down

0 comments on commit 3ae45bc

Please sign in to comment.