Commit 2ec6e92f by yanju

Merge branch 'yoona' into 'master'

Yoona

See merge request pigbigbig/beyond-clouds-front!60
parents 3efcd4bd 0a983cc2
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<div class="blog-container__center"> <div class="blog-container__center">
<card-container <card-container
width="816px" width="816px"
height="1012px"
:title="labelTitle" :title="labelTitle"
> >
...@@ -25,20 +24,19 @@ ...@@ -25,20 +24,19 @@
<div class="blog-container__right"> <div class="blog-container__right">
<div class="right__write-blog" @click="toRelease">写文章</div> <div class="right__write-blog" @click="toRelease">写文章</div>
<card-container <card-container
v-if="false"
title="热门博主" title="热门博主"
label="换一换" label="换一换"
more="更多" more="更多"
width="302px" width="302px"
height="446px" style="margin-top: 16px;max-height: 446px;"
style="margin-top: 16px"
> >
<user-card></user-card> <user-card></user-card>
</card-container> </card-container>
<card-container <card-container
title="热门标签" title="热门标签"
width="302px" width="302px"
height="446px" style="margin-top: 16px;max-height: 446px;"
style="margin-top: 16px;"
> >
<div class="tags-wrap"> <div class="tags-wrap">
<div class="tag-box" v-for="(item, index) in hotTagsList" :key="item.tagId"> <div class="tag-box" v-for="(item, index) in hotTagsList" :key="item.tagId">
...@@ -195,7 +193,7 @@ export default { ...@@ -195,7 +193,7 @@ export default {
} }
} }
.tags-wrap{ .tags-wrap{
padding: 10*$length; padding: 10*$length 10*$length 30*$length;
.tag-box{ .tag-box{
display: inline-block; display: inline-block;
margin-right: 10*$length; margin-right: 10*$length;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment