|
@@ -154,10 +154,10 @@
|
|
|
<Row>
|
|
|
<i-Col span="13">
|
|
|
<span>配送费:</span>
|
|
|
- <i-Input v-model="form.sh_start_distance" style="width: 80%" type="text"></i-Input>米内
|
|
|
- <i-Input v-model="form.sh_start_money" style="width: 80%" type="text"></i-Input>元,超过部分每
|
|
|
- <i-Input v-model="form.sh_step" style="width: 80%" type="text"></i-Input>米增加
|
|
|
- <i-Input v-model="form.sh_step_money" style="width: 80%" type="text"></i-Input>元。
|
|
|
+ <i-Input v-model="form.sh_start_distance" style="width: 20%" type="text"></i-Input>米内
|
|
|
+ <i-Input v-model="form.sh_start_money" style="width: 20%" type="text"></i-Input>元,超过部分每
|
|
|
+ <i-Input v-model="form.sh_step" style="width: 20%" type="text"></i-Input>米增加
|
|
|
+ <i-Input v-model="form.sh_step_money" style="width: 20%" type="text"></i-Input>元。
|
|
|
</i-Col>
|
|
|
</Row>
|
|
|
</Form-Item>
|