|
@@ -44,10 +44,10 @@
|
|
|
</van-field> -->
|
|
</van-field> -->
|
|
|
<van-field
|
|
<van-field
|
|
|
label="邮费"
|
|
label="邮费"
|
|
|
|
|
+ type="digit"
|
|
|
:value="form.postage"
|
|
:value="form.postage"
|
|
|
@input="form.postage = $event.detail"
|
|
@input="form.postage = $event.detail"
|
|
|
placeholder="请输入邮费"
|
|
placeholder="请输入邮费"
|
|
|
- type="digit"
|
|
|
|
|
>
|
|
>
|
|
|
<span slot="right-icon">元</span>
|
|
<span slot="right-icon">元</span>
|
|
|
</van-field>
|
|
</van-field>
|
|
@@ -524,6 +524,7 @@ export default {
|
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
|
}
|
|
}
|
|
|
/deep/.form {
|
|
/deep/.form {
|
|
|
|
|
+ position: relative;
|
|
|
.van-cell {
|
|
.van-cell {
|
|
|
--cell-vertical-padding: 23px;
|
|
--cell-vertical-padding: 23px;
|
|
|
--cell-horizontal-padding: 20px;
|
|
--cell-horizontal-padding: 20px;
|