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
6404250d
Commit
6404250d
authored
Jan 02, 2018
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove extra scroll bar, close #532
parent
587c5dd5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
src/components/Charts/ChartCard/index.js
src/components/Charts/ChartCard/index.js
+1
-1
src/components/Charts/ChartCard/index.less
src/components/Charts/ChartCard/index.less
+4
-0
src/components/Charts/index.less
src/components/Charts/index.less
+1
-1
No files found.
src/components/Charts/ChartCard/index.js
View file @
6404250d
...
@@ -52,7 +52,7 @@ const ChartCard = ({
...
@@ -52,7 +52,7 @@ const ChartCard = ({
bodyStyle
=
{{
padding
:
'
20px 24px 8px 24px
'
}}
bodyStyle
=
{{
padding
:
'
20px 24px 8px 24px
'
}}
{...
rest
}
{...
rest
}
>
>
{
<
Spin
spinning
=
{
loading
}
>
{
content
}
<
/Spin>
}
{
<
Spin
spinning
=
{
loading
}
wrapperClassName
=
{
styles
.
spin
}
>
{
content
}
<
/Spin>
}
<
/Card
>
<
/Card
>
);
);
};
};
...
...
src/components/Charts/ChartCard/index.less
View file @
6404250d
...
@@ -72,3 +72,7 @@
...
@@ -72,3 +72,7 @@
margin-top: 20px;
margin-top: 20px;
}
}
}
}
.spin :global(.ant-spin-container) {
overflow: visible;
}
src/components/Charts/index.less
View file @
6404250d
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
position: absolute;
position: absolute;
bottom: -34px;
bottom: -34px;
width: 100%;
width: 100%;
&
> div {
> div {
margin: 0 -5px;
margin: 0 -5px;
overflow: hidden;
overflow: hidden;
}
}
...
...
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