Browse Source

字体加大

lifanagju_citu 6 tháng trước cách đây
mục cha
commit
0207eaabf0

+ 1 - 1
src/views/recruit/personal/PersonalCenter/wallet/myBalance/index.vue

@@ -11,7 +11,7 @@
             {{ userAccount?.balance && userAccount?.balance > 0 ? (userAccount?.balance / 100.0).toFixed(2) : 0 }}
             <span
               class="text-decoration-underline cursor-pointer"
-              style="color: #666; font-size: 13px;"
+              style="color: #666; font-size: 16px;"
               @click="handleRecharge"
             >充值</span>
           </div>

+ 1 - 1
src/views/recruit/personal/myWallet/myBalance/index.vue

@@ -11,7 +11,7 @@
             {{ userAccount?.balance && userAccount?.balance > 0 ? (userAccount?.balance / 100.0).toFixed(2) : 0 }}
             <span
               class="text-decoration-underline cursor-pointer"
-              style="color: #666; font-size: 13px;"
+              style="color: #666; font-size: 16px;"
               @click="handleRecharge"
             >充值</span>
           </div>