li.shaoyi 3 年 前
コミット
7ecf0abe63

+ 7 - 4
src/views/market/spot_trade/spot_trade_order_transaction/spot_trade_order_transaction_swap/components/delisting/index.vue

@@ -392,12 +392,12 @@ export default defineComponent({
   top: 101px;
 
   .ant-drawer-content-wrapper {
-    height: 605px;
+    height: 510px;
   }
 }
 
 .chart-content {
-  height: 400px;
+  height: 305px;
 
   .chart-content__header,
   .chart-content__main {
@@ -408,11 +408,14 @@ export default defineComponent({
   .chart-slider {
     display: none;
   }
+
+  .chart-container {
+    height: 100%;
+  }
 }
 
 .formBar {
-  height: 100%;
-  max-height: 100%;
+  height: 400px;
 }
 
 .post_buying_chart {

+ 1 - 1
src/views/market/spot_trade/spot_trade_order_transaction/spot_trade_order_transaction_swap/components/post_buying/index.vue

@@ -432,7 +432,7 @@ export default defineComponent({
 }
 
 .formBar {
-  height: 100%;
+  height: 400px;
 }
 
 .post_buying_chart {