@@ -1,7 +1,7 @@
<template>
<a-modal
:title="title"
- width="70%"
+ width="80%"
:visible="visible"
:maskClosable="false"
switchFullscreen
@@ -242,4 +242,8 @@
width: 97%;
margin-top: 1%;
}
+/deep/.ant-form-item {
+ margin-bottom: 8px !important;
+ }
+
</style>
@@ -170,7 +170,9 @@
title: '英文名(English name)',
key: 'englishName',
dataIndex: 'englishName',
+ width: 300,
align: 'center',
+ ellipsis:true,
},
{
title: '型号(model)',
@@ -145,7 +145,7 @@ export const saleQuotationFormProductColumns: JVxeColumn[] = [
title: '产品英文名(english name)',
- type: JVxeTypes.normal,
+ type: JVxeTypes.input,
placeholder: '请输入${title}',
width:"200px",
defaultValue:'',
@@ -538,7 +538,7 @@ export const saleContractProductColumns: JVxeColumn[] = [
width: '200px',
defaultValue: '',
@@ -203,9 +203,9 @@ export const saleInquiryFormProductColumns: JVxeColumn[] = [
- width:"200px",
+ width:"300px",
fixed: 'left',
@@ -225,7 +225,7 @@ export const saleOrderProductColumns: JVxeColumn[] = [