@@ -72,10 +72,10 @@ const CompanyForm = props => {
<Col span={16} className="zh-text-right zh-gray">
{customer.staffName} 创建于 {customer.createTime}
</Col>
- <Col span={16}>
+ <Col span={22}>
<h2 className="text-2xl pb-4">{customer.companyName}</h2>
- <Col span={8} />
+ <Col span={2} />
</Row>
<EditableForm
dataSource={customer}