perf[Profile]: adapt the profile page to the mobile (#2020)

This commit is contained in:
花裤衩 2019-05-07 14:08:28 +08:00 committed by GitHub
parent 4dcd4fbbb1
commit 7e8a6a4759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template>
<el-card>
<el-card style="margin-bottom:20px;">
<div slot="header" class="clearfix">
<span>About me</span>
</div>

View File

@ -3,11 +3,11 @@
<div v-if="user">
<el-row :gutter="20">
<el-col :span="6">
<el-col :span="6" :xs="24">
<user-card :user="user" />
</el-col>
<el-col :span="18">
<el-col :span="18" :xs="24">
<el-card>
<el-tabs v-model="activeTab">
<el-tab-pane label="Activity" name="activity">