marymelisa пре 4 година
родитељ
комит
1fdf4da53c
1 измењених фајлова са 21 додато и 21 уклоњено
  1. 21 21
      src/views/market/spot_trade/components/post_buying/index.vue

+ 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>