mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
chore: 1
This commit is contained in:
@@ -69,4 +69,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
.p-5{
|
||||
padding:5px;
|
||||
}
|
||||
.p-10{
|
||||
padding:10px;
|
||||
}
|
||||
@@ -1,7 +1,10 @@
|
||||
<template>
|
||||
<fs-page>
|
||||
<div class="p-4">
|
||||
<a-descriptions title="我的信息" bordered>
|
||||
<fs-page class="page-user-profile">
|
||||
<template #header>
|
||||
<div class="title">我的信息</div>
|
||||
</template>
|
||||
<div class="p-10">
|
||||
<a-descriptions title="" bordered>
|
||||
<a-descriptions-item label="用户名">{{ userInfo.userInfoname }}</a-descriptions-item>
|
||||
<a-descriptions-item label="昵称">{{ userInfo.nickName }}</a-descriptions-item>
|
||||
<a-descriptions-item label="邮箱">{{ userInfo.email }}</a-descriptions-item>
|
||||
|
||||
Reference in New Issue
Block a user