瀏覽代碼

Merge remote-tracking branch 'origin/master'

yu jie 4 年之前
父節點
當前提交
5ac0d54ba0

+ 5 - 8
src/views/market/spot_trade/components/detail/index.vue

@@ -1,12 +1,9 @@
 <template>
-  <!-- 详情 -->
-  <Drawer :title="'详情'"
-          :placement="'top'"
-          :visible="visible"
-          @cancel="cancel">
-    <!-- 挂牌 -->
-    详情
-  </Drawer>
+    <!-- 详情 -->
+    <Drawer :title="'详情'" :placement="'top'" :visible="visible" class="top" @cancel="cancel">
+        <!-- 挂牌 -->
+        买卖大厅详情
+    </Drawer>
 </template>
 
 <script lang="ts">

+ 21 - 21
src/views/market/spot_trade/components/post_buying/index.vue

@@ -204,27 +204,6 @@ export default defineComponent({
     }
 }
 
-::v-deep.ant-slider.formSlider {
-    width: 260px;
-    margin-left: 70px;
-    .ant-slider-rail {
-        margin-right: 0;
-        padding-right: 0;
-        height: 3px !important;
-        border-radius: 2px !important;
-        background-color: @m-blue14;
-    }
-    .ant-slider-track {
-        height: 3px;
-        background-color: @m-blue0;
-    }
-    .ant-slider-step {
-        height: 3px;
-    }
-    .ant-progress-text {
-        display: none;
-    }
-}
 .unit {
     margin-left: 70px;
     width: 260px;
@@ -304,4 +283,25 @@ export default defineComponent({
     color: @m-yellow1;
     font-size: 16px;
 }
+.ant-slider.formSlider {
+    width: 260px !important;
+    margin-left: 70px;
+    .ant-slider-rail {
+        margin-right: 0;
+        padding-right: 0;
+        height: 3px !important;
+        border-radius: 2px !important;
+        background-color: @m-blue14;
+    }
+    .ant-slider-track {
+        height: 3px;
+        background-color: @m-blue0;
+    }
+    .ant-slider-step {
+        height: 3px;
+    }
+    .ant-progress-text {
+        display: none;
+    }
+}
 </style>