outaozhen 5 лет назад
Родитель
Сommit
59f45a699b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/pages/Customer/Company/components/CompanyDetail/CompanyForm.jsx

+ 2 - 2
src/pages/Customer/Company/components/CompanyDetail/CompanyForm.jsx

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