From a9f524a9e530b945bf47b1bd42b72eb6ef7fd9d4 Mon Sep 17 00:00:00 2001 From: songchenglin3 <353833373@qq.com> Date: Wed, 27 Nov 2024 17:50:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(timeselect):=20harmony=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.json | 4 ++-- src/packages/timedetail/timedetail.scss | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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;