소스 검색

fix: 添加客户按钮修改

outaozhen 5 년 전
부모
커밋
6e3cd6b869
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Customer/Company/components/AddCompany/index.jsx

+ 1 - 1
src/pages/Customer/Company/components/AddCompany/index.jsx

@@ -24,7 +24,7 @@ const AddCompany = props => {
       title="添加客户"
       {...layout}
       trigger={
-        <Button key="button" type="primary">
+        <Button key="button" type="primary" size="small">
           <IconPark type="plus" theme="filled" className="zh-mg-right-5" />
           <span>客户</span>
         </Button>