From 403a561610f34365bf996ac135e03e2ceafe9afc Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 05 Jun 2025 15:22:32 +0800
Subject: [PATCH] Signed-off-by: jhzh <1628036192@qq.com>
---
src/components/perpetual-position-list/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/perpetual-position-list/index.vue b/src/components/perpetual-position-list/index.vue
index 21b42e9..43c52ac 100644
--- a/src/components/perpetual-position-list/index.vue
+++ b/src/components/perpetual-position-list/index.vue
@@ -93,7 +93,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 +101,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