From 7fc6bfe900790ec7c92bce85d5b20a95fbc06e65 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 15 Oct 2025 10:29:30 +0800
Subject: [PATCH] 其他人改的版本
---
src/components/Transform/perpetual-order/index.vue | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/src/components/Transform/perpetual-order/index.vue b/src/components/Transform/perpetual-order/index.vue
index 8049be0..74795bf 100644
--- a/src/components/Transform/perpetual-order/index.vue
+++ b/src/components/Transform/perpetual-order/index.vue
@@ -8,7 +8,7 @@
<div class="px-10 py-10 flex items-center textColor1 font-28" @click="tabClick('1')"
:class="type == '1' ? 'active-line' : ''">{{ $t('持有仓位') }}<span v-if="type == '1'">({{
orderHold.length }})</span></div>
- <div class="px-10 ml-50 py-10 flex items-center textColor1y font-28" @click="tabClick('2')"
+ <div class="px-10 ml-50 py-10 flex items-center textColor1 font-28" @click="tabClick('2')"
:class="type == '2' ? 'active-line' : ''">{{ $t('当前委托') }}</div>
</template>
<template v-else>
@@ -22,6 +22,9 @@
</div>
<img src="../../../assets/image/public/record.png" alt="record-img" class="w-64 h-35 pr-30 record-img"
@click="goHistory" />
+ </div>
+ <div style="margin: 5px 0;width: 100%;height: 1px;background: #eee">
+
</div>
<!-- 永续-->
<template v-if="topIndex / 1 === 1">
@@ -195,10 +198,11 @@
// color: $text-color;
position: relative;
// padding: 15px 0;
- color: $text_color;
+ font-size: 14px;
+ color: black!important;
border-radius: 8px;
// background-color: $color_main
- background-color: $bg_yellow
+ //background-color: $bg_yellow
}
// .active-line::after {
@@ -217,7 +221,8 @@
}
.textColor1 {
- color: $text_color;
+ color: #999 ;
+ font-size: 14px;
}
}
</style>
--
Gitblit v1.9.3