mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
style: update code style to please lint
This commit is contained in:
parent
09bbd51551
commit
5a4805d691
@ -151,16 +151,13 @@ let Demo = React.createClass({
|
||||
>
|
||||
<Checkbox {...getFieldProps('eat', {
|
||||
valuePropName: 'checked',
|
||||
})}
|
||||
>吃饭饭</Checkbox>
|
||||
})}>吃饭饭</Checkbox>
|
||||
<Checkbox {...getFieldProps('sleep', {
|
||||
valuePropName: 'checked',
|
||||
})}
|
||||
>睡觉觉</Checkbox>
|
||||
})}>睡觉觉</Checkbox>
|
||||
<Checkbox {...getFieldProps('beat', {
|
||||
valuePropName: 'checked',
|
||||
})}
|
||||
>打豆豆</Checkbox>
|
||||
})}>打豆豆</Checkbox>
|
||||
</FormItem>
|
||||
|
||||
<FormItem
|
||||
|
@ -93,8 +93,7 @@ export default class Demo extends React.Component {
|
||||
<pre>
|
||||
<code className="css" dangerouslySetInnerHTML={{
|
||||
__html: highlightedStyle,
|
||||
}}
|
||||
/>
|
||||
}} />
|
||||
</pre>
|
||||
</div> :
|
||||
null
|
||||
|
@ -10,8 +10,7 @@ export default function NotFound() {
|
||||
</section>
|
||||
<style dangerouslySetInnerHTML={{
|
||||
__html: '#react-content { height: 100%; background-color: #fff }',
|
||||
}}
|
||||
/>
|
||||
}} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user