Skip to content

Commit aebfcdc

Browse files
PanJiaChenTrong. Pham Van - CMC Global DU1.19
authored and
Trong. Pham Van - CMC Global DU1.19
committed
perf[Profile]: adapt the profile page to the mobile (PanJiaChen#2020)
1 parent 281bfe0 commit aebfcdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/views/profile/components/UserCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<el-card>
2+
<el-card style="margin-bottom:20px;">
33
<div slot="header" class="clearfix">
44
<span>About me</span>
55
</div>

src/views/profile/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<div v-if="user">
44
<el-row :gutter="20">
55

6-
<el-col :span="6">
6+
<el-col :span="6" :xs="24">
77
<user-card :user="user" />
88
</el-col>
99

10-
<el-col :span="18">
10+
<el-col :span="18" :xs="24">
1111
<el-card>
1212
<el-tabs v-model="activeTab">
1313
<el-tab-pane label="Activity" name="activity">

0 commit comments

Comments
 (0)