refactor(account-detail): 更新标题和字段,优化表格样式

This commit is contained in:
rd
2025-09-22 14:38:44 +08:00
parent 0080669427
commit 2bed87744a
5 changed files with 13 additions and 6 deletions

View File

@ -2,11 +2,12 @@
* @Author: RenXiaoDong
* @Date: 2025-06-28 11:21:10
-->
<script src="constants.ts"></script>
<template>
<div class="account-detail-wrap">
<div class="flex items-center mb-16px cursor-pointer" @click="handleBack">
<icon-left size="16" />
<spa class="cts title ml-8px">账号详情</spa>
<spa class="cts title ml-8px">账号列表</spa>
</div>
<AccountInfo />
<NoteTable />