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
A
ant-design-pro
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
ant-design-pro
Commits
8b75ed36
Commit
8b75ed36
authored
Jan 03, 2018
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: fix some detail
parent
d2afa15e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
22 deletions
+21
-22
src/components/StandardFormRow/index.less
src/components/StandardFormRow/index.less
+2
-1
src/routes/List/Articles.js
src/routes/List/Articles.js
+15
-20
src/routes/List/Projects.js
src/routes/List/Projects.js
+1
-1
src/routes/List/TableList.less
src/routes/List/TableList.less
+3
-0
No files found.
src/components/StandardFormRow/index.less
View file @
8b75ed36
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
color: @text-color;
color: @text-color;
margin-right: 0;
margin-right: 0;
}
}
.ant-form-item-label {
.ant-form-item-label,
.ant-form-item-control {
padding: 0;
padding: 0;
line-height: 32px;
line-height: 32px;
}
}
...
...
src/routes/List/Articles.js
View file @
8b75ed36
...
@@ -171,10 +171,6 @@ export default class SearchList extends Component {
...
@@ -171,10 +171,6 @@ export default class SearchList extends Component {
<
/FormItem
>
<
/FormItem
>
<
/Col
>
<
/Col
>
<
Col
xl
=
{
8
}
lg
=
{
10
}
md
=
{
12
}
sm
=
{
24
}
xs
=
{
24
}
>
<
Col
xl
=
{
8
}
lg
=
{
10
}
md
=
{
12
}
sm
=
{
24
}
xs
=
{
24
}
>
<
FormItem
{...
formItemLayout
}
label
=
"
ε₯½θ―εΊ¦
"
>
{
getFieldDecorator
(
'
rate
'
,
{})(
{
getFieldDecorator
(
'
rate
'
,
{})(
<
FormItem
<
FormItem
label
=
"
ε₯½θ―εΊ¦
"
label
=
"
ε₯½θ―εΊ¦
"
...
@@ -190,7 +186,6 @@ export default class SearchList extends Component {
...
@@ -190,7 +186,6 @@ export default class SearchList extends Component {
)}
)}
<
/FormItem
>
<
/FormItem
>
)}
)}
<
/FormItem
>
<
/Col
>
<
/Col
>
<
/Row
>
<
/Row
>
<
/StandardFormRow
>
<
/StandardFormRow
>
...
...
src/routes/List/Projects.js
View file @
8b75ed36
...
@@ -124,7 +124,7 @@ export default class CoverCardList extends PureComponent {
...
@@ -124,7 +124,7 @@ export default class CoverCardList extends PureComponent {
grid
grid
last
last
>
>
<
Row
gutter
=
{
24
}
>
<
Row
gutter
=
{
16
}
>
<
Col
lg
=
{
8
}
md
=
{
10
}
sm
=
{
10
}
xs
=
{
24
}
>
<
Col
lg
=
{
8
}
md
=
{
10
}
sm
=
{
10
}
xs
=
{
24
}
>
<
FormItem
<
FormItem
{...
formItemLayout
}
{...
formItemLayout
}
...
...
src/routes/List/TableList.less
View file @
8b75ed36
...
@@ -21,6 +21,9 @@
...
@@ -21,6 +21,9 @@
line-height: 32px;
line-height: 32px;
padding-right: 8px;
padding-right: 8px;
}
}
.ant-form-item-control {
line-height: 32px;
}
}
}
.ant-form-item-control-wrapper {
.ant-form-item-control-wrapper {
flex: 1;
flex: 1;
...
...
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