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;