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
0d35ae24
Commit
0d35ae24
authored
May 06, 2019
by
ιεΈ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix #4119 ,use row flex
parent
a731ca8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
src/pages/Dashboard/Analysis.js
src/pages/Dashboard/Analysis.js
+1
-1
src/pages/Dashboard/Analysis.less
src/pages/Dashboard/Analysis.less
+1
-6
No files found.
src/pages/Dashboard/Analysis.js
View file @
0d35ae24
...
...
@@ -149,7 +149,7 @@ class Analysis extends Component {
/
>
<
/Suspense
>
<
div
className
=
{
styles
.
twoColLayout
}
>
<
Row
gutter
=
{
24
}
>
<
Row
gutter
=
{
24
}
type
=
"
flex
"
>
<
Col
xl
=
{
12
}
lg
=
{
24
}
md
=
{
24
}
sm
=
{
24
}
xs
=
{
24
}
>
<
Suspense
fallback
=
{
null
}
>
<
TopSearch
...
...
src/pages/Dashboard/Analysis.less
View file @
0d35ae24
...
...
@@ -139,12 +139,6 @@
.salesCard {
height: calc(100% - 24px);
}
:global {
.ant-row {
display: flex;
flex-flow: row nowrap;
}
}
}
.trendText {
...
...
@@ -165,6 +159,7 @@
}
}
}
@media screen and (max-width: @screen-md) {
.rankingTitle {
margin-top: 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