This commit is contained in:
daihh
2022-06-08 09:28:39 +08:00
3 changed files with 6 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
<div class="xtop-nav">
<div><a :href="`${webBaseUrl}/index`">首页</a></div>
<div><a :href="`${webBaseUrl}/course`">课程</a></div>
<div><a :href="`${webBaseUrl}/case`" target="_blank">案例</a></div>
<div><a :href="`${webBaseUrl}/case`">案例</a></div>
<div><a :href="`${webBaseUrl}/article`">文章</a></div>
<div><a :href="`${webBaseUrl}/qa`">问答</a></div>
<div>

View File

@@ -142,7 +142,7 @@
<div id="fixd-box">
<el-card class="ranking-card" >
<div slot="header">
<span style="font-size: 14px;font-weight: 600;color: #333333;">好评</span>
<span style="font-size: 14px;font-weight: 600;color: #333333;">贡献</span>
</div>
<div style="padding-bottom:10px">
<el-row class="ranking-title">
@@ -166,7 +166,7 @@
<div style="height: 10px;"></div>
<el-card class="ranking-card" >
<div slot="header">
<span style="font-size: 14px;font-weight: 600;color: #333333;">人气</span>
<span style="font-size: 14px;font-weight: 600;color: #333333;">好评</span>
</div>
<div style="padding-bottom:10px">
<el-row class="ranking-title">
@@ -190,7 +190,7 @@
<div style="height: 10px;"></div>
<el-card class="ranking-card" >
<div slot="header">
<span style="font-size: 14px;font-weight: 600;color: #333333;">热度</span>
<span style="font-size: 14px;font-weight: 600;color: #333333;">人气</span>
</div>
<div style="padding-bottom:10px">
<el-row class="ranking-title">

View File

@@ -264,6 +264,7 @@ export default {
line-height: 30px;
}
.msg-body {
word-break:break-all;
padding: 10px 10px 10px 25px;
color: #727272;
a:hover {