Skip to content

Commit

Permalink
fix(time-picker): 修改变更记录文件格式规范(XiaoMi#2899)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangxuexue committed Jun 17, 2024
1 parent c7f7e36 commit d748cd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/curly-carrots-give.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@hi-ui/hiui": patch
---

chore: 生成变更记录文件
feat(time-picker): 新增自定义触发器
4 changes: 2 additions & 2 deletions packages/ui/time-picker/stories/custom-renser.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const CustomRender = () => {
return (
<>
<h1>CustomRender-Basic</h1>
<div className="time-picker-basic__wrap">
<div className="time-picker-custom-render__wrap">
<TimePicker
placeholder={['请选择时间']}
value={basicValue}
Expand All @@ -26,7 +26,7 @@ export const CustomRender = () => {
/>
</div>
<h1>CustomRender-Range</h1>
<div className="time-picker-range__wrap">
<div className="time-picker-range-custom-render__wrap">
<TimePicker
value={rangeValue}
placeholder={['请选择开始时间', '请选择结束时间']}
Expand Down

0 comments on commit d748cd2

Please sign in to comment.