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,22 +156,21 @@ export default class BasicForms extends PureComponent {
<Radio value="3">不公开</Radio>
</Radio.Group>
)}
<FormItem>
{getFieldDecorator('publicUsers', {
})(
<Select
mode="multiple"
placeholder="ε…¬εΌ€η»™"
style={{
margin: '8px 0',
display: getFieldValue('public') === '2' ? 'block' : 'none',
}}
>
<Option value="1">εŒδΊ‹η”²</Option>
<Option value="2">εŒδΊ‹δΉ™</Option>
<Option value="3">εŒδΊ‹δΈ™</Option>
</Select>
)}
<FormItem style={{ marginBottom: 0 }}>
{getFieldDecorator('publicUsers')(
<Select
mode="multiple"
placeholder="ε…¬εΌ€η»™"
style={{
margin: '8px 0',
display: getFieldValue('public') === '2' ? 'block' : 'none',
}}
>
<Option value="1">εŒδΊ‹η”²</Option>
<Option value="2">εŒδΊ‹δΉ™</Option>
<Option value="3">εŒδΊ‹δΈ™</Option>
</Select>
)}
</FormItem>
</div>
</FormItem>
......
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