This commit is contained in:
yanran200730
2023-03-17 17:51:10 +08:00
parent 5698bfb695
commit b718727544
4 changed files with 128 additions and 18 deletions

View File

@@ -32,7 +32,7 @@
<i>{{ item.sharedCount }}</i>
</div>
<div>
<image src="https://cdn.cunwuyun.cn/wxmp/fengdu/zan.png" />
<image :src="item.appreciateStatus ? 'https://cdn.cunwuyun.cn/wxmp/fengdu/zan-active.png' : 'https://cdn.cunwuyun.cn/wxmp/fengdu/zan.png'" />
<i>{{ item.appreciateCount }}</i>
</div>
<div>
@@ -247,9 +247,9 @@
}
.item-content {
margin: 16px;
margin: 16px 0;
line-height: 1.3;
// text-align: justify;
text-align: justify;
span {
font-size: 28px;