mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
提交
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<router-link :to="'article/detail?id=' + article.id">
|
||||
<div style="display: flex;justify-content: space-between;margin-bottom: 10px;">
|
||||
<div class="article-title one-line-ellipsis" v-html="$keywordActiveShow(article.title,articleList.keyword)"></div>
|
||||
<div class="article-info-date"><i class="el-icon-time"></i> {{article.sysCreateTime.substring(0,10)}}</div>
|
||||
<div class="article-info-date"><i style="font-size:14px" class="el-icon-time"></i> {{article.sysCreateTime}}</div>
|
||||
|
||||
</div>
|
||||
</router-link>
|
||||
@@ -97,7 +97,7 @@
|
||||
|
||||
<div>
|
||||
<div id="articleAnking">
|
||||
<el-button class="write-art" @click="openDialog" icon="el-icon-edit" type="primary">写文章</el-button>
|
||||
<el-button class="write-art" @click="openDialog" type="primary"><svg-icon icon-class="addArticle" style="margin-right: 20px;font-size: 26px;"></svg-icon>写文章</el-button>
|
||||
<div class="portal-right-box art-bgimg" style="background-color:#fff;">
|
||||
<p class="portal-title-one" style="padding-bottom:12px" >贡献榜</p>
|
||||
<ul>
|
||||
@@ -408,7 +408,6 @@ export default {
|
||||
width: 410px;
|
||||
height: 67px;
|
||||
text-align: center;
|
||||
// line-height: 67px;
|
||||
background: #DDEDFF;
|
||||
border-radius: 8px;
|
||||
font-size: 18px;
|
||||
@@ -471,6 +470,7 @@ export default {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.left-div {
|
||||
border: none;
|
||||
.search-div{
|
||||
padding: 20px;
|
||||
// padding-top: 20px;
|
||||
|
||||
Reference in New Issue
Block a user