Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pro-blocks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
pro-blocks
Commits
281746e0
Commit
281746e0
authored
Oct 26, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix form style
parent
1e54651c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
16 deletions
+6
-16
src/routes/Forms/AdvancedForm.js
src/routes/Forms/AdvancedForm.js
+2
-3
src/routes/Forms/StepForm/Step1.js
src/routes/Forms/StepForm/Step1.js
+1
-1
src/routes/Forms/StepForm/style.less
src/routes/Forms/StepForm/style.less
+3
-3
src/routes/Forms/style.less
src/routes/Forms/style.less
+0
-9
No files found.
src/routes/Forms/AdvancedForm.js
View file @
281746e0
...
...
@@ -222,16 +222,15 @@ function AdvancedForm({ form, dispatch, submitting }) {
)}
<
/Form.Item
>
<
/Col
>
<
Col
id
=
"
timepicker-container
"
xl
=
{{
span
:
6
,
offset
:
2
}}
lg
=
{{
span
:
8
}}
md
=
{{
span
:
12
}}
sm
=
{
24
}
>
<
Col
xl
=
{{
span
:
6
,
offset
:
2
}}
lg
=
{{
span
:
8
}}
md
=
{{
span
:
12
}}
sm
=
{
24
}
>
<
Form
.
Item
label
=
{
fieldLabels
.
dateRange2
}
>
{
getFieldDecorator
(
'
dateRange2
'
,
{
rules
:
[{
required
:
true
,
message
:
'
请输入
'
}],
})(
<
TimePicker
popupClassName
=
{
styles
.
popup
}
placeholder
=
"
提醒时间
"
style
=
{{
width
:
'
100%
'
}}
getPopupContainer
=
{
()
=>
document
.
getElementById
(
'
timepicker-container
'
)
}
getPopupContainer
=
{
trigger
=>
trigger
.
parentNode
}
/
>
)}
<
/Form.Item
>
...
...
src/routes/Forms/StepForm/Step1.js
View file @
281746e0
...
...
@@ -41,7 +41,7 @@ export default ({ formItemLayout, form, dispatch }) => {
<
Input
.
Group
compact
>
<
Select
defaultValue
=
"
alipay
"
style
=
{{
width
:
80
}}
>
<
Option
value
=
"
alipay
"
>
支付宝
<
/Option
>
<
Option
value
=
"
wepay
"
>
微信
<
/Option
>
<
Option
value
=
"
bank
"
>
银行账户
<
/Option
>
<
/Select
>
{
getFieldDecorator
(
'
receiverAccount
'
,
{
initialValue
:
'
test@example.com
'
,
...
...
src/routes/Forms/StepForm/style.less
View file @
281746e0
...
...
@@ -22,6 +22,8 @@
}
.desc {
padding: 0 56px;
color: @text-color-secondary;
h3 {
font-size: 16px;
margin: 0 0 12px 0;
...
...
@@ -39,8 +41,6 @@
margin-bottom: 12px;
line-height: 22px;
}
padding: 0 48px;
color: @text-color-secondary;
}
@media screen and (max-width: @screen-md) {
...
...
@@ -57,7 +57,7 @@
}
}
.label {
font-weight: 500
;
color: @heading-color
;
text-align: right;
padding-right: 8px;
}
...
...
src/routes/Forms/style.less
View file @
281746e0
...
...
@@ -88,12 +88,3 @@
color: @text-color-secondary;
font-style: normal;
}
.popup {
width: ~"calc(100% - 16px)";
:global {
.ant-time-picker-panel-select {
width: 33.33%;
}
}
}
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