From 90c9e69c786b60bdb8ed00cb2a30d0d1c1b0d457 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 20 Jun 2025 15:31:02 +0800
Subject: [PATCH] style
---
src/components/perpetual-position-list/index.vue | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/components/perpetual-position-list/index.vue b/src/components/perpetual-position-list/index.vue
index 21b42e9..879c4d6 100644
--- a/src/components/perpetual-position-list/index.vue
+++ b/src/components/perpetual-position-list/index.vue
@@ -82,9 +82,7 @@
<div class="flex-1 text-left">
<div class="text-grey">{{ $t("持仓数量") }}</div>
<div class="mt-20" :class="[isStyle ? 'textColor1 ' : 'textColor']">
- {{ item.volume / (item.lever_rate ? item.lever_rate : 1) }}*{{
- item.lever_rate ? item.lever_rate : 1
- }}x
+ {{ item.amount }}
</div>
</div>
<div class="flex-1 text-left">
@@ -93,7 +91,7 @@
{{ item.deposit }}
</div>
</div>
- <div class="flex-2 flex flex-col text-center justify-end">
+ <!-- <div class="flex-2 flex flex-col text-center justify-end">
<div
class="font-25 border-light-blue detail-btn colorMain"
@click.stop="clickzyzs(item)"
@@ -101,7 +99,7 @@
>
{{ $t("止盈") }}{{ $t("止损") }}
</div>
- </div>
+ </div> -->
</div>
<div class="flex pb-32">
<div class="flex-1 flex flex-col text-left">
--
Gitblit v1.9.3