diff --git a/src/option/basic/basicMaterial.js b/src/option/basic/basicMaterial.js index a50bc72f..33f28a1a 100644 --- a/src/option/basic/basicMaterial.js +++ b/src/option/basic/basicMaterial.js @@ -144,11 +144,15 @@ export default { prop: "productCode", type: "input", search: true, + width: 100, + overHidden: true, }, { label: "物品sku", prop: "sku", type: "input", + width: 100, + overHidden: true, }, { label: "计量单位", @@ -173,6 +177,7 @@ export default { prop: "name", type: "input", search: true, + width: 200, overHidden: true, }, // { @@ -219,21 +224,29 @@ export default { label: "长", prop: "extent", type: "input", + width: 100, + overHidden: true, }, { label: "宽", prop: "breadth", type: "input", + width: 100, + overHidden: true, }, { label: "高度", prop: "altitude", type: "input", + width: 100, + overHidden: true, }, { label: "体积", prop: "volume", type: "input", + width: 100, + overHidden: true, }, { label: "重量",