Skip to content

Commit

Permalink
删除前端个人中心简介及其他一些优化 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-xiaowu authored Nov 10, 2023
1 parent 2081606 commit df94499
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions src/views/profile/components/UserCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,6 @@
<div class="user-role text-center text-muted">{{ user.role | uppercaseFirst }}</div>
</div>
</div>

<div class="user-bio">
<div class="user-education user-bio-section">
<div class="user-bio-section-header"><svg-icon icon-class="education" /><span>Education</span></div>
<div class="user-bio-section-body">
<div class="text-muted">
JS in Computer Science from the University of Technology
</div>
</div>
</div>

<div class="user-skills user-bio-section">
<div class="user-bio-section-header"><svg-icon icon-class="skill" /><span>Skills</span></div>
<div class="user-bio-section-body">
<div class="progress-item">
<span>Vue</span>
<el-progress :percentage="70" />
</div>
<div class="progress-item">
<span>JavaScript</span>
<el-progress :percentage="18" />
</div>
<div class="progress-item">
<span>Css</span>
<el-progress :percentage="12" />
</div>
<div class="progress-item">
<span>ESLint</span>
<el-progress :percentage="100" status="success" />
</div>
</div>
</div>
</div>
</el-card>
</template>

Expand Down

0 comments on commit df94499

Please sign in to comment.