perf[Profile]: adapt the profile page to the mobile (#2020)
This commit is contained in:
parent
6346ab3d80
commit
6c8d7a164f
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<el-card>
|
<el-card style="margin-bottom:20px;">
|
||||||
<div slot="header" class="clearfix">
|
<div slot="header" class="clearfix">
|
||||||
<span>About me</span>
|
<span>About me</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,11 +3,11 @@
|
||||||
<div v-if="user">
|
<div v-if="user">
|
||||||
<el-row :gutter="20">
|
<el-row :gutter="20">
|
||||||
|
|
||||||
<el-col :span="6">
|
<el-col :span="6" :xs="24">
|
||||||
<user-card :user="user" />
|
<user-card :user="user" />
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|
||||||
<el-col :span="18">
|
<el-col :span="18" :xs="24">
|
||||||
<el-card>
|
<el-card>
|
||||||
<el-tabs v-model="activeTab">
|
<el-tabs v-model="activeTab">
|
||||||
<el-tab-pane label="Activity" name="activity">
|
<el-tab-pane label="Activity" name="activity">
|
||||||
|
|
Loading…
Reference in New Issue