Commit 25c44114 authored by afc163's avatar afc163

Remove size="large"

parent a40b4c76
...@@ -253,7 +253,7 @@ function AdvancedForm({ form, dispatch, submitting }) { ...@@ -253,7 +253,7 @@ function AdvancedForm({ form, dispatch, submitting }) {
</Card> </Card>
<FooterToolbar> <FooterToolbar>
{getErrorInfo()} {getErrorInfo()}
<Button type="primary" size="large" onClick={validate} loading={submitting}> <Button type="primary" onClick={validate} loading={submitting}>
提交 提交
</Button> </Button>
</FooterToolbar> </FooterToolbar>
......
...@@ -39,7 +39,7 @@ export default ({ formItemLayout, form, dispatch }) => { ...@@ -39,7 +39,7 @@ export default ({ formItemLayout, form, dispatch }) => {
label="收款账户" label="收款账户"
> >
<Input.Group compact> <Input.Group compact>
<Select defaultValue="alipay" size="large" style={{ width: 80 }}> <Select defaultValue="alipay" style={{ width: 80 }}>
<Option value="alipay">支付宝</Option> <Option value="alipay">支付宝</Option>
<Option value="wepay">微信</Option> <Option value="wepay">微信</Option>
</Select> </Select>
......
...@@ -30,10 +30,10 @@ export default ({ dispatch, data }) => { ...@@ -30,10 +30,10 @@ export default ({ dispatch, data }) => {
); );
const actions = ( const actions = (
<div> <div>
<Button type="primary" size="large" onClick={onFinish}> <Button type="primary" onClick={onFinish}>
再转一笔 再转一笔
</Button> </Button>
<Button size="large"> <Button>
查看账单 查看账单
</Button> </Button>
</div> </div>
......
...@@ -190,7 +190,6 @@ export default class TableForm extends PureComponent { ...@@ -190,7 +190,6 @@ export default class TableForm extends PureComponent {
<Button <Button
style={{ width: '100%', marginTop: 24 }} style={{ width: '100%', marginTop: 24 }}
type="dashed" type="dashed"
size="large"
onClick={this.newMember} onClick={this.newMember}
icon="plus" 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