From 3f3e2d5977787b0c6e09cd5cba7b41e5fb7d3fd0 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sun, 21 Apr 2024 15:59:28 +0800
Subject: [PATCH] first
---
src/page/new-urrency/components/subscription-list.vue | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/src/page/new-urrency/components/subscription-list.vue b/src/page/new-urrency/components/subscription-list.vue
index 7341a4e..5ce4f5d 100644
--- a/src/page/new-urrency/components/subscription-list.vue
+++ b/src/page/new-urrency/components/subscription-list.vue
@@ -17,12 +17,18 @@
</van-row>
</div>
<div v-for="item in showList" :key="item.id" class="list-call">
- <van-row type="flex" justify="space-between" align="center">
+ <van-row
+ type="flex"
+ justify="space-between"
+ align="center"
+ style="min-height: 30px; margin: 10px 0"
+ >
<van-col span="4">
<div class="state">{{ getstatus(item.status) }}</div>
</van-col>
- <van-col span="2"></van-col>
+ <van-col span="1"></van-col>
<van-col span="4">{{ item.newCoinName }}</van-col>
+ <van-col span="1"></van-col>
<van-col span="4">{{ item.lotteryQuantity }}</van-col>
<van-col span="10" style="text-align: right">
<div v-if="item.status === 2" class="gm">
@@ -97,13 +103,12 @@
.list-call {
border-bottom: 1px solid #f0f0f0;
margin: 0 20px;
- line-height: 100px;
}
.state {
color: #1553e6;
border: 1px solid #1553e6;
text-align: center;
- height: 40px;
+ // height: 40px;
line-height: 40px;
font-size: 26px;
}
--
Gitblit v1.9.3