We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9332996 commit a9f524aCopy full SHA for a9f524a
src/config.json
@@ -264,7 +264,7 @@
264
"author": "vickyYe"
265
},
266
{
267
- "version": "2.0.0",
+ "version": "3.0.0",
268
"name": "Elevator",
269
"type": "component",
270
"cName": "电梯楼层",
@@ -1198,7 +1198,7 @@
1198
"author": "zhaoqian16"
1199
1200
1201
1202
"name": "TimeSelect",
1203
1204
"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