瀏覽代碼

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>