Commit 8b1c2d35 authored by youjie's avatar youjie

no message

parent 2f9abf46
...@@ -19,8 +19,7 @@ ...@@ -19,8 +19,7 @@
.p_name span:nth-child(1){font-size: 18px;color: #333333;display: block} .p_name span:nth-child(1){font-size: 18px;color: #333333;display: block}
.p_name span:nth-child(2){font-size: 12px;color: #333333;margin-top: 5px;display: block} .p_name span:nth-child(2){font-size: 12px;color: #333333;margin-top: 5px;display: block}
.l_top .royalty{margin-left: 30px;float: left; .l_top .royalty{margin-left: 30px;float: left;
/* margin-top: 17px; */ margin-top: 10px;
margin-top: 0;
display: flex;flex-direction: column} display: flex;flex-direction: column}
.l_top .royalty .tc{display: flex; .l_top .royalty .tc{display: flex;
flex-direction: column; flex-direction: column;
......
...@@ -66,15 +66,16 @@ ...@@ -66,15 +66,16 @@
</div> </div>
<div style="display: flex;justify-content: space-between;"> <div style="display: flex;justify-content: space-between;">
<!-- <img style="cursor: pointer;" src="../../assets/img/jinbin@2x.png" alt="" class="img" @click="goAnticipate(1)"> --> <!-- <img style="cursor: pointer;" src="../../assets/img/jinbin@2x.png" alt="" class="img" @click="goAnticipate(1)"> -->
<div class="royalty" style="cursor: pointer;" @click="goAnticipate(1)"> <div class="royalty" style="cursor: pointer;position: relative;" @click="goAnticipate(1)">
<div class="tc"> <div class="tc">
<p> <p>
<span></span> <span></span>
<span>{{data.totalCommission}}</span> <span>{{data.totalCommission}}</span>
</p> </p>
<p style="margin-bottom: 3px;"> <p style="margin-bottom: 3px;">
<el-tag v-if="data.peopelBonus" size="mini" type="danger" effect="dark" style="color: #ffff;">奖+{{data.peopelBonus}}</el-tag> <el-tag
<!-- <span v-if="data.peopelBonus" style="margin-right: 10px;">奖励:+{{data.peopelBonus}}</span> --> v-if="data.peopelBonus" size="mini" type="danger"
effect="dark" style="color: #ffff;position: absolute;right: -10px;bottom: 22px;">奖+{{data.peopelBonus}}</el-tag>
<span style="color: #BDBDBD;font-size: 13px; <span style="color: #BDBDBD;font-size: 13px;
padding: 0 0 5px 0;font-weight: 100;">{{data.periodsName}}</span> padding: 0 0 5px 0;font-weight: 100;">{{data.periodsName}}</span>
</p> </p>
......
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