From 85f6944d075b6ae7daa2e047ef3f1f6aac556abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Fri, 30 Jun 2023 16:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E7=BB=93=E6=9D=9F=E6=8C=89?= =?UTF-8?q?=E9=92=AE=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/video.module.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/course/video.module.scss b/src/pages/course/video.module.scss index 6688927..74756a1 100644 --- a/src/pages/course/video.module.scss +++ b/src/pages/course/video.module.scss @@ -38,8 +38,8 @@ color: white; z-index: 100; .alert-button { - width: 100px; - height: 36px; + box-sizing: border-box; + padding: 0px 15px; background: #ff4d4f; border-radius: 4px; display: flex; @@ -49,6 +49,7 @@ margin-bottom: 0px; font-size: 14px; font-weight: 500; + line-height: 36px; color: #ffffff; } }