Skip to content

Commit a9f524a

Browse files
committed
fix(timeselect): harmony适配
1 parent 9332996 commit a9f524a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"author": "vickyYe"
265265
},
266266
{
267-
"version": "2.0.0",
267+
"version": "3.0.0",
268268
"name": "Elevator",
269269
"type": "component",
270270
"cName": "电梯楼层",
@@ -1198,7 +1198,7 @@
11981198
"author": "zhaoqian16"
11991199
},
12001200
{
1201-
"version": "2.0.0",
1201+
"version": "3.0.0",
12021202
"name": "TimeSelect",
12031203
"type": "component",
12041204
"cName": "配送时间",

src/packages/timedetail/timedetail.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.nut-timedetail {
22
display: flex;
33
align-content: flex-start;
4+
flex: 1;
5+
min-width: 0;
46
flex-wrap: wrap;
57
padding: 0 0 50px 12px;
68

0 commit comments

Comments
 (0)