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
9ace75b9
Commit
9ace75b9
authored
Jan 03, 2018
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: fix more detail
parent
c159f060
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
17 deletions
+17
-17
src/components/Charts/TagCloud/index.less
src/components/Charts/TagCloud/index.less
+1
-0
src/routes/Dashboard/Monitor.js
src/routes/Dashboard/Monitor.js
+1
-1
src/routes/Forms/BasicForm.js
src/routes/Forms/BasicForm.js
+15
-16
No files found.
src/components/Charts/TagCloud/index.less
View file @
9ace75b9
.tagCloud {
overflow: hidden;
canvas {
transform: scale(0.25);
transform-origin: 0 0;
...
...
src/routes/Dashboard/Monitor.js
View file @
9ace75b9
...
...
@@ -103,7 +103,7 @@ export default class Monitor extends PureComponent {
bordered
=
{
false
}
className
=
{
styles
.
pieCard
}
>
<
Row
gutter
=
{
4
}
style
=
{{
padding
:
'
16px 0
'
}}
>
<
Row
style
=
{{
padding
:
'
16px 0
'
}}
>
<
Col
span
=
{
8
}
>
<
Pie
animate
=
{
false
}
...
...
src/routes/Forms/BasicForm.js
View file @
9ace75b9
...
...
@@ -156,9 +156,8 @@ export default class BasicForms extends PureComponent {
<
Radio
value
=
"
3
"
>
δΈε ¬εΌ
<
/Radio
>
<
/Radio.Group
>
)}
<
FormItem
>
{
getFieldDecorator
(
'
publicUsers
'
,
{
})(
<
FormItem
style
=
{{
marginBottom
:
0
}}
>
{
getFieldDecorator
(
'
publicUsers
'
)(
<
Select
mode
=
"
multiple
"
placeholder
=
"
ε ¬εΌη»
"
...
...
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