From 9d7de030d38f8d71fdf54ddfe26e46e71f17e9c0 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sat, 20 Sep 2025 15:21:43 +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