🚸 作品集详情页操作按钮展示方式修改
This commit is contained in:
parent
2a6cd79181
commit
bf4661da29
@ -18,16 +18,13 @@
|
|||||||
<el-col style="margin-bottom: .5rem;">
|
<el-col style="margin-bottom: .5rem;">
|
||||||
<span class="text-default" style="padding-right: 1rem;">文章</span> {{portfolio.articleNumber}}篇
|
<span class="text-default" style="padding-right: 1rem;">文章</span> {{portfolio.articleNumber}}篇
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col style="margin-bottom: .5rem;" v-html="portfolio.portfolioDescription">
|
<el-col v-if="isAuthor" style="margin-top: .5rem;text-align: left;">
|
||||||
|
<el-button @click="managerPortfolio(portfolio.idPortfolio)" plain>管理</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
<el-col style="margin-bottom: .5rem;" v-html="portfolio.portfolioDescription"></el-col>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col>
|
<el-col>
|
||||||
<el-col v-if="isAuthor" style="text-align: right;">
|
|
||||||
<el-col :xs="0" :xl="24">
|
|
||||||
<el-link rel="nofollow" @click="managerPortfolio(portfolio.idPortfolio)" :underline="false" class="text-default">管理</el-link>
|
|
||||||
</el-col>
|
|
||||||
</el-col>
|
|
||||||
<el-divider><i class="el-icon-loading"></i></el-divider>
|
<el-divider><i class="el-icon-loading"></i></el-divider>
|
||||||
<el-col>
|
<el-col>
|
||||||
<article-list :articles="articles" @currentChange="currentChangeArticle"></article-list>
|
<article-list :articles="articles" @currentChange="currentChangeArticle"></article-list>
|
||||||
|
Loading…
Reference in New Issue
Block a user