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 281bfe0 commit aebfcdcCopy full SHA for aebfcdc
src/views/profile/components/UserCard.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <el-card>
+ <el-card style="margin-bottom:20px;">
3
<div slot="header" class="clearfix">
4
<span>About me</span>
5
</div>
src/views/profile/index.vue
@@ -3,11 +3,11 @@
<div v-if="user">
<el-row :gutter="20">
6
- <el-col :span="6">
+ <el-col :span="6" :xs="24">
7
<user-card :user="user" />
8
</el-col>
9
10
- <el-col :span="18">
+ <el-col :span="18" :xs="24">
11
<el-card>
12
<el-tabs v-model="activeTab">
13
<el-tab-pane label="Activity" name="activity">
0 commit comments