|
@@ -73,7 +73,7 @@
|
|
|
</el-form>
|
|
|
<el-form :inline="true" :model="formData" class="demo-form-all" label-position="right" label-width="100px">
|
|
|
<el-form-item label="任务进度:">
|
|
|
- <div class="block">
|
|
|
+ <div class="process">
|
|
|
<el-slider v-model.number="formData.process" @change="changeProgres" />
|
|
|
</div>
|
|
|
</el-form-item>
|
|
@@ -368,7 +368,10 @@ export default {
|
|
|
/deep/.el-input-group__append {
|
|
|
padding: 0 10px;
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
+ .process {
|
|
|
+ padding-left: 15px;
|
|
|
+ }
|
|
|
}
|
|
|
.input-process {
|
|
|
width: 90px;
|