Commit 25c44114 authored by afc163's avatar afc163

Remove size="large"

parent a40b4c76
......@@ -253,7 +253,7 @@ function AdvancedForm({ form, dispatch, submitting }) {
</Card>
<FooterToolbar>
{getErrorInfo()}
<Button type="primary" size="large" onClick={validate} loading={submitting}>
<Button type="primary" onClick={validate} loading={submitting}>
提交
</Button>
</FooterToolbar>
......
......@@ -39,7 +39,7 @@ export default ({ formItemLayout, form, dispatch }) => {
label="收款账户"
>
<Input.Group compact>
<Select defaultValue="alipay" size="large" style={{ width: 80 }}>
<Select defaultValue="alipay" style={{ width: 80 }}>
<Option value="alipay">支付宝</Option>
<Option value="wepay">微信</Option>
</Select>
......
......@@ -30,10 +30,10 @@ export default ({ dispatch, data }) => {
);
const actions = (
<div>
<Button type="primary" size="large" onClick={onFinish}>
<Button type="primary" onClick={onFinish}>
再转一笔
</Button>
<Button size="large">
<Button>
查看账单
</Button>
</div>
......
......@@ -190,7 +190,6 @@ export default class TableForm extends PureComponent {
<Button
style={{ width: '100%', marginTop: 24 }}
type="dashed"
size="large"
onClick={this.newMember}
icon="plus"
>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment