Переглянути джерело

我的账户调整文字大小

qymljy 1 рік тому
батько
коміт
2dde6c91f1
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/SDrpManagement/myaccountclass/index.vue

+ 1 - 1
src/SDrpManagement/myaccountclass/index.vue

@@ -9,7 +9,7 @@
               <div class="acccounet__panel" :style="activeName == index?{border:'1px solid #d8dde8'}:''">
                 <p class="normal-margin" v-if="usertype == '1'">{{item.hraccountname}}</p>
                 <p class="normal-margin" v-else>{{item.accountname}}</p>
-                <p class="normal-title" style="font-size:1.825rem" :style="activeName == index?{color:'#3874f6'}:''"><small>¥</small>&nbsp;{{tool.formatAmount(item.balance,2)}}</p>
+                <p class="normal-title" style="font-size:29px" :style="activeName == index?{color:'#3874f6'}:''"><small>¥</small>&nbsp;{{tool.formatAmount(item.balance,2)}}</p>
                 <div class="score">
                   <p style="margin-top:16px" v-if="usertype == '1'">预计金额:{{item.expectedReward}}</p>
                   <p style="margin-top:16px" v-else>信用额度:{{item.creditquota}}</p>