feat(media-account): 添加作品详情页面并优化相关组件
- 新增 `node-detail` 作品详情页面 - 优化 `account-detail` 页面的标题和字段 - 更新 `common-select` 组件,添加 `dropdownVisible
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<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>
|
||||
<span class="cts title ml-8px">账号列表</span>
|
||||
</div>
|
||||
<AccountInfo />
|
||||
<NoteTable />
|
||||
|
||||
Reference in New Issue
Block a user