We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019d2cf commit 39b22bdCopy full SHA for 39b22bd
src/components/user/content.vue
@@ -5,7 +5,7 @@
5
<el-avatar shape="square" icon="el-icon-user-solid" :size="400"></el-avatar>
6
</el-card>
7
<el-card class="item">
8
- <div slot="header" class="clearfix"><i class="el-icon-user" /> Tool Bar</div>
+ <div slot="header" class="clearfix"><i class="el-icon-setting" /> Tool Bar</div>
9
<el-button v-if="ismine" type="primary">Edit</el-button>
10
<el-button @click="$router.go(-1);">Back</el-button>
11
@@ -20,7 +20,7 @@
20
</el-col>
21
<el-col :span="6">
22
<el-card shadow="never">
23
- <div slot="header" class="clearfix"><i class="el-icon-user" /> User ID</div>
+ <div slot="header" class="clearfix"><i class="el-icon-warning-outline" /> User ID</div>
24
{{userid}}
25
26
0 commit comments