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
b34c2fe3
Commit
b34c2fe3
authored
Oct 16, 2017
by
nikogu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed:
https://github.com/ant-design/test2/issues/15
parent
c222d675
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
src/routes/Dashboard/Monitor.js
src/routes/Dashboard/Monitor.js
+1
-1
src/routes/Dashboard/Workplace.js
src/routes/Dashboard/Workplace.js
+2
-2
src/routes/Dashboard/Workplace.less
src/routes/Dashboard/Workplace.less
+7
-0
No files found.
src/routes/Dashboard/Monitor.js
View file @
b34c2fe3
...
@@ -139,7 +139,7 @@ export default class Monitor extends PureComponent {
...
@@ -139,7 +139,7 @@ export default class Monitor extends PureComponent {
<
/Card
>
<
/Card
>
<
/Col
>
<
/Col
>
<
Col
sm
=
{
8
}
xs
=
{
24
}
style
=
{{
marginBottom
:
24
}}
>
<
Col
sm
=
{
8
}
xs
=
{
24
}
style
=
{{
marginBottom
:
24
}}
>
<
Card
title
=
"
ηι¨ζη΄’
"
bordered
=
{
false
}
bodyStyle
=
{{
height
:
214
}}
>
<
Card
title
=
"
ηι¨ζη΄’
"
bordered
=
{
false
}
>
<
TagCloud
<
TagCloud
data
=
{
tags
}
data
=
{
tags
}
height
=
{
161
}
height
=
{
161
}
...
...
src/routes/Dashboard/Workplace.js
View file @
b34c2fe3
...
@@ -140,7 +140,7 @@ export default class Workplace extends PureComponent {
...
@@ -140,7 +140,7 @@ export default class Workplace extends PureComponent {
extraContent
=
{
pageHeaderExtra
}
extraContent
=
{
pageHeaderExtra
}
>
>
<
Row
gutter
=
{
24
}
>
<
Row
gutter
=
{
24
}
>
<
Col
lg
=
{
16
}
md
=
{
24
}
sm
=
{
24
}
xs
=
{
24
}
>
<
Col
xl
=
{
16
}
lg
=
{
24
}
md
=
{
24
}
sm
=
{
24
}
xs
=
{
24
}
>
<
Card
<
Card
className
=
{
styles
.
projectList
}
className
=
{
styles
.
projectList
}
style
=
{{
marginBottom
:
24
}}
style
=
{{
marginBottom
:
24
}}
...
@@ -198,7 +198,7 @@ export default class Workplace extends PureComponent {
...
@@ -198,7 +198,7 @@ export default class Workplace extends PureComponent {
<
/List
>
<
/List
>
<
/Card
>
<
/Card
>
<
/Col
>
<
/Col
>
<
Col
lg
=
{
8
}
md
=
{
24
}
sm
=
{
24
}
xs
=
{
24
}
>
<
Col
xl
=
{
8
}
lg
=
{
24
}
md
=
{
24
}
sm
=
{
24
}
xs
=
{
24
}
>
<
Card
<
Card
style
=
{{
marginBottom
:
24
}}
style
=
{{
marginBottom
:
24
}}
title
=
"
εΏ«ιεΌε§ / δΎΏζ·ε―Όθͺ
"
title
=
"
εΏ«ιεΌε§ / δΎΏζ·ε―Όθͺ
"
...
...
src/routes/Dashboard/Workplace.less
View file @
b34c2fe3
...
@@ -72,6 +72,7 @@
...
@@ -72,6 +72,7 @@
}
}
.members {
.members {
margin-bottom: 35px;
a {
a {
display: block;
display: block;
margin-bottom: 24px;
margin-bottom: 24px;
...
@@ -140,6 +141,9 @@
...
@@ -140,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) {
.members {
margin-bottom: 0;
}
.pageHeaderExtra {
.pageHeaderExtra {
margin-left: -44px;
margin-left: -44px;
& > div {
& > div {
...
@@ -149,6 +153,9 @@
...
@@ -149,6 +153,9 @@
}
}
@media screen and (max-width: @screen-lg) {
@media screen and (max-width: @screen-lg) {
.members {
margin-bottom: 0;
}
.pageHeaderExtra {
.pageHeaderExtra {
& > div {
& > div {
padding: 0 16px;
padding: 0 16px;
...
...
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