rebuild(stage-13): redesign mobile information architecture

This commit is contained in:
leefer
2026-07-30 08:02:47 +08:00
parent 4125ae2740
commit bec0878494
16 changed files with 449 additions and 42 deletions
@@ -100,7 +100,11 @@ onMounted(load);
<main class="page-frame review-page">
<header class="page-header review-heading">
<div><h1>我的复盘</h1><p class="page-subtitle">数据日期 {{ data?.trade_date ?? market.selectedDate }} · 当前账号私有</p></div>
<button class="btn btn-primary" type="button" @click="watchDialog = true">添加自选</button>
<div class="review-heading-actions">
<button class="btn mobile-only" type="button" @click="ui.openDialog('alerts')">提醒中心</button>
<button class="btn mobile-only" type="button" @click="ui.openDialog('assistant')">复盘助手</button>
<button class="btn btn-primary" type="button" @click="watchDialog = true">添加自选</button>
</div>
</header>
<div v-if="loading" class="card workspace-state">正在读取个人复盘记录</div>
<EmptyState v-else-if="error" class="card" title="复盘记录暂不可用" :description="error" />