iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsWarehouse/addForm.vue
@@ -87,7 +87,15 @@ add(record) { this.visible = true this.$nextTick(() => { this.form.setFieldsValue( { length: 0, width: 0, height:0, } ) }); }, /** @@ -127,3 +135,9 @@ } } </script> <style lang="less" scoped> .ant-row.ant-form-item { width: 50% !important; display: inline-block; } </style>