diff --git a/common/custom.scss b/common/custom.scss
index 8fea664..c27900f 100644
--- a/common/custom.scss
+++ b/common/custom.scss
@@ -57,6 +57,13 @@
.w-full{
width: 100%;
}
+.text-singe-line {
+ word-break: break-all;
+ overflow: hidden;
+ display: -webkit-box;
+ -webkit-line-clamp: 1;
+ -webkit-box-orient: vertical;
+}
%blcok {
margin-top: 30rpx;
border-radius: 30rpx;
diff --git a/components/buns-post-edit-templates/bpe-gooditem-edit-tmp.vue b/components/buns-post-edit-templates/bpe-gooditem-edit-tmp.vue
index 44a4a08..2876de3 100644
--- a/components/buns-post-edit-templates/bpe-gooditem-edit-tmp.vue
+++ b/components/buns-post-edit-templates/bpe-gooditem-edit-tmp.vue
@@ -1,74 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
- {{item.goodsName}}
+ {{item.goodsName}}
-
-
-
-
-
- 产地{{item.nationArea}}
-
-
-
-
- 预报 {{item.cargoQty}}
-
-
-
-
- 单价{{item.price}} CNY
-
-
-
-
- 尺寸
- {{item.length || '0'}}cm*
- {{item.width || '0'}}cm*
- {{item.length || '0'}}cm
-
-
-
-
- 体积
- {{item.volume || '0'}}m³
-
-
-
-
-
-
-
-
- 异常
-
-
-
- 实入仓
-
-
-
+
-
+