diff --git a/src/config.json b/src/config.json index 1ba789e265..5298a0b9b6 100644 --- a/src/config.json +++ b/src/config.json @@ -264,7 +264,7 @@ "author": "vickyYe" }, { - "version": "2.0.0", + "version": "3.0.0", "name": "Elevator", "type": "component", "cName": "电梯楼层", @@ -1198,7 +1198,7 @@ "author": "zhaoqian16" }, { - "version": "2.0.0", + "version": "3.0.0", "name": "TimeSelect", "type": "component", "cName": "配送时间", diff --git a/src/packages/timedetail/timedetail.scss b/src/packages/timedetail/timedetail.scss index b663a8e7c6..71df61245b 100644 --- a/src/packages/timedetail/timedetail.scss +++ b/src/packages/timedetail/timedetail.scss @@ -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;