Commit a166e3b4 authored by liwei's avatar liwei

liwei

parent 70b49654
This diff is collapsed.
......@@ -45,7 +45,7 @@
<p>{{item.pay_at}}</p>
</li>
</ul>
<div class="look-more-record" @click="lookMoreRecord" v-if="records.length > 0">
<div class="look-more-record" @click="lookMoreRecord" v-if="records.length > 6">
<p>查看更多</p>
<div class="img-container">
<img src="../../assets/inviteFriends/icon_back.png" />
......@@ -366,7 +366,7 @@ export default {
background-color: #fff;
}
&:nth-child(even) {
background-color: rgba(251, 235, 227, 0.8);
background-color: rgba(251, 235, 227, 0.7);
}
p {
text-align: center;
......
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