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
62792cc1
Commit
62792cc1
authored
Oct 16, 2017
by
nikogu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove useless margin
parent
b34c2fe3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/routes/Dashboard/Workplace.js
src/routes/Dashboard/Workplace.js
+1
-1
src/routes/Dashboard/Workplace.less
src/routes/Dashboard/Workplace.less
+6
-0
No files found.
src/routes/Dashboard/Workplace.js
View file @
62792cc1
...
@@ -171,9 +171,9 @@ export default class Workplace extends PureComponent {
...
@@ -171,9 +171,9 @@ export default class Workplace extends PureComponent {
}
}
<
/Card
>
<
/Card
>
<
Card
<
Card
style
=
{{
marginBottom
:
24
}}
bodyStyle
=
{{
padding
:
0
}}
bodyStyle
=
{{
padding
:
0
}}
bordered
=
{
false
}
bordered
=
{
false
}
className
=
{
styles
.
activeCard
}
title
=
"
ε¨ζ
"
title
=
"
ε¨ζ
"
loading
=
{
activitiesLoading
}
loading
=
{
activitiesLoading
}
>
>
...
...
src/routes/Dashboard/Workplace.less
View file @
62792cc1
...
@@ -141,6 +141,9 @@
...
@@ -141,6 +141,9 @@
}
}
@media screen and (max-width: @screen-xl) and (min-width: @screen-lg) {
@media screen and (max-width: @screen-xl) and (min-width: @screen-lg) {
.activeCard {
margin-bottom: 24px;
}
.members {
.members {
margin-bottom: 0;
margin-bottom: 0;
}
}
...
@@ -153,6 +156,9 @@
...
@@ -153,6 +156,9 @@
}
}
@media screen and (max-width: @screen-lg) {
@media screen and (max-width: @screen-lg) {
.activeCard {
margin-bottom: 24px;
}
.members {
.members {
margin-bottom: 0;
margin-bottom: 0;
}
}
...
...
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