未验证 提交 7e8a6a47 编写于 作者: 花裤衩 提交者: GitHub

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

上级 4dcd4fbb
<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 @@ ...@@ -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">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册