diff --git a/components/buns-post-edit-templates/bpe-goodsize-tmp.vue b/components/buns-post-edit-templates/bpe-goodsize-tmp.vue
index a8d8736..4d38d72 100644
--- a/components/buns-post-edit-templates/bpe-goodsize-tmp.vue
+++ b/components/buns-post-edit-templates/bpe-goodsize-tmp.vue
@@ -12,7 +12,7 @@
包裹重量
-
+
@@ -23,13 +23,13 @@
-
+
-
+
-
+
diff --git a/components/tpx-input/tpx-input.vue b/components/tpx-input/tpx-input.vue
index ebacc58..296c514 100644
--- a/components/tpx-input/tpx-input.vue
+++ b/components/tpx-input/tpx-input.vue
@@ -1,6 +1,6 @@
@@ -65,6 +65,11 @@
return ''
}
},
+ inputAlign:{
+ default () {
+ return ''
+ }
+ },
},
data() {
return {
diff --git a/pages/post/freightCalculate.vue b/pages/post/freightCalculate.vue
index aad7bb7..ad796f5 100644
--- a/pages/post/freightCalculate.vue
+++ b/pages/post/freightCalculate.vue
@@ -1,231 +1,180 @@
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 产品类型
-
+
+
+ 产品类型TODO
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ 运费试算
-
-
-
-
-
- 运费试算
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 下单
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 下单
+
+
+
+
+
+
+
-
-
-
@@ -283,4 +294,8 @@
border-color: $uni-color-primary;
}
}
+ .yunf-input-item{
+ padding: 26rpx 0;
+ border-bottom: 2rpx solid #F6F6F6;
+ }
\ No newline at end of file