Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
"author": "vickyYe"
},
{
"version": "2.0.0",
"version": "3.0.0",
"name": "Elevator",
"type": "component",
"cName": "电梯楼层",
Expand Down Expand Up @@ -1198,7 +1198,7 @@
"author": "zhaoqian16"
},
{
"version": "2.0.0",
"version": "3.0.0",
"name": "TimeSelect",
"type": "component",
"cName": "配送时间",
Expand Down
2 changes: 2 additions & 0 deletions src/packages/timedetail/timedetail.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.nut-timedetail {
display: flex;
align-content: flex-start;
flex: 1;
min-width: 0;
flex-wrap: wrap;
padding: 0 0 50px 12px;

Expand Down
Loading