Commit 6a2b50c5 authored by custom's avatar custom

Updates 前端组件/hlsDatePicker.md

Auto commit by GitBook Editor
parent 43ebcd56
......@@ -39,38 +39,7 @@
required="true" open="open" footer="fn:footer"/>
```
#### **子标签**
| 属性名 | 类型 |
| --- | --- |
| animation | Object |
| month | Object |
| animation | 类型 |
| --- | --- |
| close | Object |
| open | Object |
```xml
<h:hlsDatePicker id="datePicker">
<h:animation>
<!--当属性仍然为一个对象时,继续添加子标签-->
<h:close effects="zoom:out" duration="300"/>
<h:open effects="zoom:in" duration="300"/>
</h:animation>
</h:hlsDatePicker
```
| month | 类型 |
| --- | --- |
| content | String |
| empty | String |
```xml
<h:hlsDatePicker id="hlsDatePicker">
<h:month content="<div></div>" empty="-"/>
</h:hlsDatePicker
```
> **提示**:
>
......
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