Skip to content

Commit 0a4bb29

Browse files
authored
fix(timeselect): harmony适配 (#2806)
1 parent b3920f1 commit 0a4bb29

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
@@ -276,7 +276,7 @@
276276
"author": "vickyYe"
277277
},
278278
{
279-
"version": "2.0.0",
279+
"version": "3.0.0",
280280
"name": "Elevator",
281281
"type": "component",
282282
"cName": "电梯楼层",
@@ -1211,7 +1211,7 @@
12111211
"author": "zhaoqian16"
12121212
},
12131213
{
1214-
"version": "2.0.0",
1214+
"version": "3.0.0",
12151215
"name": "TimeSelect",
12161216
"type": "component",
12171217
"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)