From f5c5feaff5e27b36b812f80a78014e6899cd1709 Mon Sep 17 00:00:00 2001 From: zhonghua Date: Thu, 26 Mar 2026 15:00:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:UI=E5=B8=83=E5=B1=80=E9=94=99=E4=BD=8D?= =?UTF-8?q?=E6=8E=92=E7=89=88=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/course/LessonConfigPanel.vue | 301 +++++++----------- 1 file changed, 120 insertions(+), 181 deletions(-) diff --git a/lesingle-edu-reading-platform-frontend/src/components/course/LessonConfigPanel.vue b/lesingle-edu-reading-platform-frontend/src/components/course/LessonConfigPanel.vue index c428704..b670084 100644 --- a/lesingle-edu-reading-platform-frontend/src/components/course/LessonConfigPanel.vue +++ b/lesingle-edu-reading-platform-frontend/src/components/course/LessonConfigPanel.vue @@ -1,199 +1,128 @@ @@ -409,10 +338,20 @@ defineExpose({ } .duration-unit { - margin-left: 8px; color: #666; } + .duration-row { + display: flex; + align-items: center; + gap: 8px; + } + + .duration-input { + flex: 1; + width: 100%; + } + .required-mark { color: #ff4d4f; margin-left: 2px;