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
3cc8570e
Commit
3cc8570e
authored
Oct 31, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update components
parent
84ebabf5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
src/components/Charts/demo/mini-pie.md
src/components/Charts/demo/mini-pie.md
+8
-6
src/components/TagSelect/index.less
src/components/TagSelect/index.less
+1
-0
No files found.
src/components/Charts/demo/mini-pie.md
View file @
3cc8570e
...
...
@@ -9,11 +9,13 @@ title: 迷你饼状图
import
{
Pie
}
from
'
ant-design-pro/lib/Charts
'
;
ReactDOM
.
render
(
<
Pie
percent
=
{
28
}
subTitle
=
"中式快餐"
total
=
"28%"
height
=
{
129
}
/>
<
div
style
=
{
{
width
:
200
,
display
:
'
inline-block
'
}
}
>
<
Pie
percent
=
{
28
}
subTitle
=
"中式快餐"
total
=
"28%"
height
=
{
130
}
/>
</
div
>
,
mountNode
);
````
src/components/TagSelect/index.less
View file @
3cc8570e
...
...
@@ -13,6 +13,7 @@
.ant-tag {
padding: 0 8px;
margin-right: 24px;
font-size: @font-size-base;
}
}
&.expanded {
...
...
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