|
|
@@ -1,25 +1,26 @@
|
|
|
<template>
|
|
|
- <a-drawer :placement="placement"
|
|
|
- :closable="false"
|
|
|
- :visible="visible"
|
|
|
- :destroyOnClose="true"
|
|
|
- class="bottomListed"
|
|
|
- height="406px">
|
|
|
- <!-- 摘牌是top 挂牌是bottom 期货交易是tradeDialog -->
|
|
|
- <div class="collapse"
|
|
|
- @click="cancel">
|
|
|
- <DoubleRightOutlined />
|
|
|
- </div>
|
|
|
- <div class="collapseCont">
|
|
|
- <div class="title">{{ title }}</div>
|
|
|
- <div class="content highContent">
|
|
|
- <!-- <Listed></Listed> -->
|
|
|
- <!-- <Delisting></Delisting> -->
|
|
|
- <slot></slot>
|
|
|
- <!-- <Trade></Trade> -->
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </a-drawer>
|
|
|
+ <a-drawer
|
|
|
+ :placement="placement"
|
|
|
+ :closable="false"
|
|
|
+ :visible="visible"
|
|
|
+ :destroyOnClose="true"
|
|
|
+ class="bottomListed"
|
|
|
+ height="406px"
|
|
|
+ >
|
|
|
+ <!-- 摘牌是top 挂牌是bottom 期货交易是tradeDialog -->
|
|
|
+ <div class="collapse" @click="cancel">
|
|
|
+ <DoubleRightOutlined />
|
|
|
+ </div>
|
|
|
+ <div class="collapseCont">
|
|
|
+ <div class="title">{{ title }}</div>
|
|
|
+ <div class="content highContent">
|
|
|
+ <!-- <Listed></Listed> -->
|
|
|
+ <!-- <Delisting></Delisting> -->
|
|
|
+ <slot></slot>
|
|
|
+ <!-- <Trade></Trade> -->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </a-drawer>
|
|
|
</template>
|
|
|
|
|
|
<script lang="ts">
|
|
|
@@ -92,7 +93,7 @@ export default defineComponent({
|
|
|
}
|
|
|
}
|
|
|
.topHigh {
|
|
|
- .position(fixed, 80px, 0, auto, auto);
|
|
|
+ .position(fixed, 101px, 0, auto, auto);
|
|
|
width: 486px;
|
|
|
height: 580px;
|
|
|
background: transparent;
|