|
@@ -378,16 +378,6 @@ export default defineComponent({
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.unit {
|
|
|
|
|
- margin-left: 70px;
|
|
|
|
|
- width: 260px;
|
|
|
|
|
- .flex;
|
|
|
|
|
- justify-content: space-between;
|
|
|
|
|
- font-size: 14px;
|
|
|
|
|
- color: @m-grey41;
|
|
|
|
|
- height: 14px;
|
|
|
|
|
- line-height: 14px;
|
|
|
|
|
-}
|
|
|
|
|
.listedBtn {
|
|
.listedBtn {
|
|
|
width: 120px;
|
|
width: 120px;
|
|
|
height: 30px;
|
|
height: 30px;
|
|
@@ -416,37 +406,37 @@ export default defineComponent({
|
|
|
.ant-form.dialogForm .ant-row.ant-form-item {
|
|
.ant-form.dialogForm .ant-row.ant-form-item {
|
|
|
margin-bottom: 14px;
|
|
margin-bottom: 14px;
|
|
|
}
|
|
}
|
|
|
-.mt20 {
|
|
|
|
|
- margin-top: 20px;
|
|
|
|
|
-}
|
|
|
|
|
-.mt-10 {
|
|
|
|
|
- margin-top: -10px;
|
|
|
|
|
-}
|
|
|
|
|
.ant-input-suffix {
|
|
.ant-input-suffix {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
right: -25px;
|
|
right: -25px;
|
|
|
}
|
|
}
|
|
|
-.minusBtn,
|
|
|
|
|
-.plusBtn {
|
|
|
|
|
- width: 15px;
|
|
|
|
|
- height: 32px;
|
|
|
|
|
- line-height: 32px;
|
|
|
|
|
- font-size: 15px;
|
|
|
|
|
- color: @m-blue15;
|
|
|
|
|
- cursor: pointer;
|
|
|
|
|
|
|
+.ant-form.dialogForm .ant-row.ant-form-item .ant-form-item-label {
|
|
|
|
|
+ width: 80px;
|
|
|
}
|
|
}
|
|
|
-.minusBtn {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- top: -6px;
|
|
|
|
|
- left: 14px;
|
|
|
|
|
- z-index: 1;
|
|
|
|
|
-}
|
|
|
|
|
-.plusBtn {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- top: -6px;
|
|
|
|
|
- right: 14px;
|
|
|
|
|
- z-index: 1;
|
|
|
|
|
|
|
+.ant-form.dialogForm .ant-row.ant-form-item .ant-form-item-control-wrapper {
|
|
|
|
|
+ width: calc(100% - 80px);
|
|
|
}
|
|
}
|
|
|
|
|
+// .minusBtn,
|
|
|
|
|
+// .plusBtn {
|
|
|
|
|
+// width: 15px;
|
|
|
|
|
+// height: 32px;
|
|
|
|
|
+// line-height: 32px;
|
|
|
|
|
+// font-size: 15px;
|
|
|
|
|
+// color: @m-blue15;
|
|
|
|
|
+// cursor: pointer;
|
|
|
|
|
+// }
|
|
|
|
|
+// .minusBtn {
|
|
|
|
|
+// position: absolute;
|
|
|
|
|
+// top: -6px;
|
|
|
|
|
+// left: 14px;
|
|
|
|
|
+// z-index: 1;
|
|
|
|
|
+// }
|
|
|
|
|
+// .plusBtn {
|
|
|
|
|
+// position: absolute;
|
|
|
|
|
+// top: -6px;
|
|
|
|
|
+// right: 14px;
|
|
|
|
|
+// z-index: 1;
|
|
|
|
|
+// }
|
|
|
.inputIconBox {
|
|
.inputIconBox {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
float: left;
|
|
float: left;
|
|
@@ -519,32 +509,4 @@ export default defineComponent({
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
background: var(--m-grey21);
|
|
background: var(--m-grey21);
|
|
|
}
|
|
}
|
|
|
-.stepper {
|
|
|
|
|
- padding-left: 30px;
|
|
|
|
|
- padding-right: 30px;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
- 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>
|
|
</style>
|