Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ant-design-pro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thiago Borges
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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
17 deletions
+17
-17
index.less
src/components/Charts/TagCloud/index.less
+1
-0
Monitor.js
src/routes/Dashboard/Monitor.js
+1
-1
BasicForm.js
src/routes/Forms/BasicForm.js
+15
-16
No files found.
src/components/Charts/TagCloud/index.less
View file @
9ace75b9
.tagCloud {
.tagCloud {
overflow: hidden;
canvas {
canvas {
transform: scale(0.25);
transform: scale(0.25);
transform-origin: 0 0;
transform-origin: 0 0;
...
...
src/routes/Dashboard/Monitor.js
View file @
9ace75b9
...
@@ -103,7 +103,7 @@ export default class Monitor extends PureComponent {
...
@@ -103,7 +103,7 @@ export default class Monitor extends PureComponent {
bordered
=
{
false
}
bordered
=
{
false
}
className
=
{
styles
.
pieCard
}
className
=
{
styles
.
pieCard
}
>
>
<
Row
gutter
=
{
4
}
style
=
{{
padding
:
'16px 0'
}}
>
<
Row
style
=
{{
padding
:
'16px 0'
}}
>
<
Col
span
=
{
8
}
>
<
Col
span
=
{
8
}
>
<
Pie
<
Pie
animate
=
{
false
}
animate
=
{
false
}
...
...
src/routes/Forms/BasicForm.js
View file @
9ace75b9
...
@@ -156,22 +156,21 @@ export default class BasicForms extends PureComponent {
...
@@ -156,22 +156,21 @@ export default class BasicForms extends PureComponent {
<
Radio
value
=
"3"
>
不公开
<
/Radio
>
<
Radio
value
=
"3"
>
不公开
<
/Radio
>
<
/Radio.Group
>
<
/Radio.Group
>
)}
)}
<
FormItem
>
<
FormItem
style
=
{{
marginBottom
:
0
}}
>
{
getFieldDecorator
(
'publicUsers'
,
{
{
getFieldDecorator
(
'publicUsers'
)(
})(
<
Select
<
Select
mode
=
"multiple"
mode
=
"multiple"
placeholder
=
"公开给"
placeholder
=
"公开给"
style
=
{{
style
=
{{
margin
:
'8px 0'
,
margin
:
'8px 0'
,
display
:
getFieldValue
(
'public'
)
===
'2'
?
'block'
:
'none'
,
display
:
getFieldValue
(
'public'
)
===
'2'
?
'block'
:
'none'
,
}}
}}
>
>
<
Option
value
=
"1"
>
同事甲
<
/Option
>
<
Option
value
=
"1"
>
同事甲
<
/Option
>
<
Option
value
=
"2"
>
同事乙
<
/Option
>
<
Option
value
=
"2"
>
同事乙
<
/Option
>
<
Option
value
=
"3"
>
同事丙
<
/Option
>
<
Option
value
=
"3"
>
同事丙
<
/Option
>
<
/Select
>
<
/Select
>
)}
)}
<
/FormItem
>
<
/FormItem
>
<
/div
>
<
/div
>
<
/FormItem
>
<
/FormItem
>
...
...
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