|
@@ -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 {
|
|
.unit {
|
|
|
margin-left: 70px;
|
|
margin-left: 70px;
|
|
|
width: 260px;
|
|
width: 260px;
|
|
@@ -304,4 +283,25 @@ export default defineComponent({
|
|
|
color: @m-yellow1;
|
|
color: @m-yellow1;
|
|
|
font-size: 16px;
|
|
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>
|
|
</style>
|