This commit is contained in:
lmj
2022-06-07 19:48:06 +08:00
parent 4e05752ca4
commit 26828aab62
2 changed files with 5 additions and 4 deletions

View File

@@ -142,7 +142,7 @@
<div id="fixd-box"> <div id="fixd-box">
<el-card class="ranking-card" > <el-card class="ranking-card" >
<div slot="header"> <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>
<div style="padding-bottom:10px"> <div style="padding-bottom:10px">
<el-row class="ranking-title"> <el-row class="ranking-title">
@@ -166,7 +166,7 @@
<div style="height: 10px;"></div> <div style="height: 10px;"></div>
<el-card class="ranking-card" > <el-card class="ranking-card" >
<div slot="header"> <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>
<div style="padding-bottom:10px"> <div style="padding-bottom:10px">
<el-row class="ranking-title"> <el-row class="ranking-title">
@@ -190,7 +190,7 @@
<div style="height: 10px;"></div> <div style="height: 10px;"></div>
<el-card class="ranking-card" > <el-card class="ranking-card" >
<div slot="header"> <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>
<div style="padding-bottom:10px"> <div style="padding-bottom:10px">
<el-row class="ranking-title"> <el-row class="ranking-title">

View File

@@ -3,7 +3,7 @@
<Remark> <Remark>
<ul> <ul>
<li>个人觉得以单选框的形式展现应该是勾选条件而不是查询条件</li> <li>个人觉得以单选框的形式展现应该是勾选条件而不是查询条件</li>
</ul> </ul>
</Remark> </Remark>
<portal-header :goSearch="10"></portal-header> <portal-header :goSearch="10"></portal-header>
<div class="xcontent portal-content"> <div class="xcontent portal-content">
@@ -264,6 +264,7 @@ export default {
line-height: 30px; line-height: 30px;
} }
.msg-body { .msg-body {
word-break:break-all;
padding: 10px 10px 10px 25px; padding: 10px 10px 10px 25px;
color: #727272; color: #727272;
a:hover { a:hover {