style:讨论模块发帖评论样式调整

This commit is contained in:
wyx
2023-02-19 09:07:28 +08:00
parent 4123abb109
commit dde95dcc7b
2 changed files with 9 additions and 9 deletions

View File

@@ -80,21 +80,21 @@
<span
class="iconfont icon-dianzan"
:style="{
color: d.praised ? 'red' : '#b3bdc4',
color: d.praised ? '#2478ff' : '#b3bdc4',
marginLeft: '19px',
}"
></span>
<div class="count">{{ d.praiseNum || 0 }}</div>
<div class="count" :style="{color:d.praised ? '#2478ff' : '#b3bdc4'}">{{ d.praiseNum || 0 }}</div>
</div>
<div @click="collection(d)" style="display: flex; cursor: pointer">
<span
class="iconfont icon-shoucang"
:style="{
color: d.collectionInfo ? 'red' : '#b3bdc4',
color: d.collectionInfo ? '#2478ff' : '#b3bdc4',
marginLeft: '19px',
}"
></span>
<div class="count">{{ d.collectionNum || 0 }}</div>
<div class="count" :style="{color:d.collectionInfo ? '#2478ff' : '#b3bdc4'}">{{ d.collectionNum || 0 }}</div>
</div>
</div>
<div class="thinline"></div>
@@ -384,7 +384,7 @@ const postAdd = () => {
}
.active {
color: red;
color: #2478ff;
}
.surveydetail {