Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ant-design-pro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thiago Borges
ant-design-pro
Commits
25c44114
Commit
25c44114
authored
Sep 29, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove size="large"
parent
a40b4c76
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
AdvancedForm.js
src/routes/Forms/AdvancedForm.js
+1
-1
Step1.js
src/routes/Forms/StepForm/Step1.js
+1
-1
Step3.js
src/routes/Forms/StepForm/Step3.js
+2
-2
TableForm.js
src/routes/Forms/TableForm.js
+0
-1
No files found.
src/routes/Forms/AdvancedForm.js
View file @
25c44114
...
@@ -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
>
...
...
src/routes/Forms/StepForm/Step1.js
View file @
25c44114
...
@@ -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"
s
ize
=
"large"
s
tyle
=
{{
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
>
...
...
src/routes/Forms/StepForm/Step3.js
View file @
25c44114
...
@@ -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
>
...
...
src/routes/Forms/TableForm.js
View file @
25c44114
...
@@ -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"
>
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment