Skip to content

Commit 39b22bd

Browse files
committed
add icon
Signed-off-by: zhangtianli2006 <49156174+zhangtianli2006@users.noreply.github.com>
1 parent 019d2cf commit 39b22bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/user/content.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<el-avatar shape="square" icon="el-icon-user-solid" :size="400"></el-avatar>
66
</el-card>
77
<el-card class="item">
8-
<div slot="header" class="clearfix"><i class="el-icon-user" /> Tool Bar</div>
8+
<div slot="header" class="clearfix"><i class="el-icon-setting" /> Tool Bar</div>
99
<el-button v-if="ismine" type="primary">Edit</el-button>
1010
<el-button @click="$router.go(-1);">Back</el-button>
1111
</el-card>
@@ -20,7 +20,7 @@
2020
</el-col>
2121
<el-col :span="6">
2222
<el-card shadow="never">
23-
<div slot="header" class="clearfix"><i class="el-icon-user" /> User ID</div>
23+
<div slot="header" class="clearfix"><i class="el-icon-warning-outline" /> User ID</div>
2424
{{userid}}
2525
</el-card>
2626
</el-col>

0 commit comments

Comments
 (0)