feat: 添加交易页面,更新路由配置,优化用户界面和样式

This commit is contained in:
2025-12-13 17:39:59 +07:00
parent 378514c7b9
commit b86f257e38
9 changed files with 67 additions and 32 deletions

View File

@@ -7,7 +7,7 @@ const { user } = useAuth();
<template>
<IonPage>
<IonHeader>
<IonToolbar class="toolbar">
<IonToolbar class="ui-toolbar">
<ion-buttons slot="start">
<ion-back-button default-href="/layout/user" />
</ion-buttons>