BUG 30914
This commit is contained in:
@@ -5,12 +5,12 @@
|
|||||||
<img src="https://cdn.cunwuyun.cn/dvcp/credit/head.png" alt="">
|
<img src="https://cdn.cunwuyun.cn/dvcp/credit/head.png" alt="">
|
||||||
<div class="headerDataPane" flex>
|
<div class="headerDataPane" flex>
|
||||||
<div class="headerItem top">
|
<div class="headerItem top">
|
||||||
<div v-text="`个人积分`"/>
|
<div v-text="`积分余额`"/>
|
||||||
<b v-text="info.historyIntegralTotal||0"/>
|
<b v-text="info.nowIntegral||0"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="headerItem">
|
<div class="headerItem">
|
||||||
<div v-text="`剩余积分`"/>
|
<div v-text="`历史累计积分`"/>
|
||||||
<b v-text="info.nowIntegral||0"/>
|
<b v-text="info.historyIntegralTotal||0"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="divider"/>
|
<div class="divider"/>
|
||||||
<div class="headerItem">
|
<div class="headerItem">
|
||||||
@@ -122,7 +122,7 @@ export default {
|
|||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
font-family: DIN,DINAlternate-Bold, DINAlternate;
|
font-family: DIN, DINAlternate-Bold, DINAlternate;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user