We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3920f1 commit 0a4bb29Copy full SHA for 0a4bb29
src/config.json
@@ -276,7 +276,7 @@
276
"author": "vickyYe"
277
},
278
{
279
- "version": "2.0.0",
+ "version": "3.0.0",
280
"name": "Elevator",
281
"type": "component",
282
"cName": "电梯楼层",
@@ -1211,7 +1211,7 @@
1211
"author": "zhaoqian16"
1212
1213
1214
1215
"name": "TimeSelect",
1216
1217
"cName": "配送时间",
src/packages/timedetail/timedetail.scss
@@ -1,6 +1,8 @@
1
.nut-timedetail {
2
display: flex;
3
align-content: flex-start;
4
+ flex: 1;
5
+ min-width: 0;
6
flex-wrap: wrap;
7
padding: 0 0 50px 12px;
8
0 commit comments