From 7a57bcc3208f804cde9915d361f1a738a4e88e1d Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Tue, 30 Apr 2024 16:54:03 +0800
Subject: [PATCH] first

---
 src/page/new-urrency/components/placing-list-index.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/page/new-urrency/components/placing-list-index.vue b/src/page/new-urrency/components/placing-list-index.vue
index ba933b1..f47dac8 100644
--- a/src/page/new-urrency/components/placing-list-index.vue
+++ b/src/page/new-urrency/components/placing-list-index.vue
@@ -26,7 +26,7 @@
         class="item-box"
       >
         <van-col span="8">{{ item.newCoinName }}</van-col>
-        <van-col span="12">{{ $t("单价:") }}{{ item.issuePrice }}</van-col>
+        <van-col span="12">{{ item.issuePrice }}</van-col>
         <van-col span="4">
           <div class="bt">
             {{ item.type === 1 ? $t("认购") : $t("配售") }}
@@ -82,7 +82,7 @@
 .item-box {
   padding: 0 20px;
   border-bottom: 1px solid #eee;
-  height: 100px;
+  min-height: 100px;
 }
 
 .fg {
@@ -91,7 +91,9 @@
 }
 .bt {
   width: 100%;
-  height: 50px;
+  // height: 50px;
+  margin: 10px 0;
+
   line-height: 50px;
   text-align: center;
   background-color: #def7ef;

--
Gitblit v1.9.3