From 9e91c045b8d805e88e4a3957dfc00db7bceb7901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Wed, 22 Mar 2023 10:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E8=AF=BE=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E3=80=81=E7=BC=96=E8=BE=91=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/compenents/create.module.less | 10 ++++++++-- src/pages/course/compenents/hour-update.module.less | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/pages/course/compenents/create.module.less b/src/pages/course/compenents/create.module.less index 4999544..53c6fbb 100644 --- a/src/pages/course/compenents/create.module.less +++ b/src/pages/course/compenents/create.module.less @@ -32,14 +32,17 @@ /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ - padding: 8px; + padding: 8px 8px 0px 8px; margin-left: 42px; + display: flex; + flex-direction: column; .no-hours { height: 24px; font-size: 14px; font-weight: 400; color: rgba(0, 0, 0, 0.25); line-height: 24px; + margin-top: 8px; } } @@ -74,14 +77,17 @@ /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ - padding: 8px; + padding: 8px 8px 0px 8px; margin-top: 16px; + display: flex; + flex-direction: column; .no-hours { height: 24px; font-size: 14px; font-weight: 400; color: rgba(0, 0, 0, 0.25); line-height: 24px; + margin-top: 8px; } } } diff --git a/src/pages/course/compenents/hour-update.module.less b/src/pages/course/compenents/hour-update.module.less index 016f856..1c6f80b 100644 --- a/src/pages/course/compenents/hour-update.module.less +++ b/src/pages/course/compenents/hour-update.module.less @@ -52,14 +52,17 @@ /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ - padding: 8px; + padding: 8px 8px 0px 8px; margin-left: 42px; + display: flex; + flex-direction: column; .no-hours { height: 24px; font-size: 14px; font-weight: 400; color: rgba(0, 0, 0, 0.25); line-height: 24px; + margin-top: 8px; } } @@ -94,14 +97,17 @@ /* Firefox */ -webkit-box-sizing: border-box; /* Safari */ - padding: 8px; + padding: 8px 8px 0px 8px; margin-top: 16px; + display: flex; + flex-direction: column; .no-hours { height: 24px; font-size: 14px; font-weight: 400; color: rgba(0, 0, 0, 0.25); line-height: 24px; + margin-top: 8px; } } }