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
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
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
mini-pie.md
src/components/Charts/demo/mini-pie.md
+8
-6
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(
<div style={{ width: 200, display: 'inline-block' }}>
<Pie
percent={28}
subTitle="中式快餐"
total="28%"
height={129
}
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