From e10b5c5697d8f53e866379369740ccdb32024414 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sun, 14 Apr 2024 16:08:11 +0800
Subject: [PATCH] first

---
 src/page/newUser/index.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 16d4633..5afaaf1 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -39,15 +39,13 @@
         </van-row>
         <van-row style="margin-top: 18px">
           <div
-            class="van-col van-col--8"
+            class="van-col van-col--12"
             style="margin-top: 10px"
             v-for="item in listAsstes"
             :key="item.accectType"
           >
             <div class="content-title DINPro">
-              {{
-                item.accectType === "US" ? $t("美股總資產") : $t("馬股總資產")
-              }}
+              {{ item.title3 }}
               ({{ item.symbolCode }})
             </div>
             <div>
@@ -152,6 +150,7 @@
       listAsstes: [
         {
           title: this.$t("美股資產"),
+          title3: this.$t("美股總資產"),
           title1: this.$t("美股可用"),
           title2: this.$t("美股冻结"),
           accectType: "US",
@@ -160,6 +159,7 @@
         },
         {
           title: this.$t("馬股資產"),
+          title3: this.$t("馬股總資產"),
           title1: this.$t("馬股可用"),
           title2: this.$t("馬股冻结"),
           accectType: "MAS",
@@ -168,6 +168,7 @@
         },
         {
           title: this.$t("港股资产"),
+          title3: this.$t("港股總資產"),
           title1: this.$t("港股可用"),
           title2: this.$t("港股冻结"),
           accectType: "HK",
@@ -491,6 +492,8 @@
       color: #2d2f3c;
     }
     .li-USDT {
+      min-width: 180px;
+      text-align: right;
       font-style: normal;
       font-weight: 500;
       font-size: 0.37333rem;

--
Gitblit v1.9.3