Explorar el Código

Merge branch 'dev' of https://git.citupro.com/zhengnaiwen_citu/menduner into dev

Xiao_123 hace 6 meses
padre
commit
7e193582e9

+ 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>