mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-12 23:35:38 +08:00
17 lines
270 B
Markdown
17 lines
270 B
Markdown
|
不展示秒
|
||
|
====
|
||
|
|
||
|
- order: 2
|
||
|
|
||
|
不展示秒,也不允许选择。
|
||
|
|
||
|
---
|
||
|
|
||
|
````jsx
|
||
|
import { TimePicker } from 'antd';
|
||
|
|
||
|
ReactDOM.render(
|
||
|
<TimePicker defaultValue="12:08:23" format="HH:mm" />
|
||
|
, document.getElementById('components-timepicker-demo-without-seconds'));
|
||
|
````
|