zzzz
2024-04-30 7a57bcc3208f804cde9915d361f1a738a4e88e1d
src/page/new-urrency/components/subscription-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("配售") }}
@@ -40,7 +40,6 @@
<script>
import { icoNewCurrencygetList, icoOrderAppAdd } from "@/API/home.api";
import { List, Cell, Dialog, Notify } from "vant";
export default {
  components: {
    [Dialog.Component.name]: Dialog.Component,
@@ -102,7 +101,7 @@
.item-box {
  padding: 0 20px;
  border-bottom: 1px solid #eee;
  height: 100px;
  min-height: 100px;
}
.fg {
@@ -111,8 +110,9 @@
}
.bt {
  width: 100%;
  height: 50px;
  // height: 50px;
  line-height: 50px;
  margin: 10px 0;
  text-align: center;
  background-color: #def7ef;
  color: #22d27f;