Commit 9ace75b9 authored by afc163's avatar afc163

style: fix more detail

parent c159f060
.tagCloud {
overflow: hidden;
canvas {
transform: scale(0.25);
transform-origin: 0 0;
......
......@@ -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}
......
......@@ -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="ε…¬εΌ€η»™"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment