From 814016d4b181852d27dc3a59c341efb595e4c94e Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Thu, 21 Aug 2025 17:31:33 +0800
Subject: [PATCH] 1

---
 src/views/account/components/Position.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/account/components/Position.vue b/src/views/account/components/Position.vue
index 561c4e4..cc5e7df 100644
--- a/src/views/account/components/Position.vue
+++ b/src/views/account/components/Position.vue
@@ -8,6 +8,7 @@
   >
     <div class="drawer-content">
       <el-table
+        height="100%"
         :data="tableData"
         style="width: 100%; flex: 1"
         empty-text="No Data"
@@ -86,7 +87,8 @@
               {{ scope.row.now_price }}
             </span>
             <div v-if="scope.row.stockGid != $mc">
-              ≈ $ {{ (scope.row.now_price * rate(scope.row.stockGid)).toFixed(2) }}
+              ≈ $
+              {{ (scope.row.now_price * rate(scope.row.stockGid)).toFixed(2) }}
             </div>
           </template>
         </el-table-column>

--
Gitblit v1.9.3