Commit a3d7a480 authored by chenyishuai's avatar chenyishuai

5.25

parent 6abd59a8
......@@ -28,7 +28,8 @@
<p class="date">{{item.created_at}}</p>
</div>
<div class="right">
<span>+{{item.value}}</span>
<span v-if="item.is_add==1" class="add">+{{item.value}}</span>
<span v-if="item.is_add==0" class="reduce">-{{item.value}}</span>
<img :src="star_inner" alt>
</div>
</div>
......@@ -242,6 +243,8 @@ export default {
}
span {
}
.add{}
.reduce{color: greenyellow;}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment