refactor(account-detail): 更新标题和字段,优化表格样式
This commit is contained in:
@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user