From 4a871f1abe7f8f0d8cb35d542d615dd9f5715b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Thu, 9 Mar 2023 15:39:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E8=8F=9C=E5=8D=95=E6=A0=B7?= =?UTF-8?q?=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/index.less | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/index.less b/src/index.less index 3d66605..3951a0f 100644 --- a/src/index.less +++ b/src/index.less @@ -12,7 +12,7 @@ code { monospace; } -.mt-10{ +.mt-10 { margin-top: 10px; } @@ -103,7 +103,7 @@ code { height: 100px; } -.form-course-thumb{ +.form-course-thumb { width: 200px; height: 150px; } @@ -149,7 +149,6 @@ code { color: #ff4d4f !important; } - textarea.ant-input { vertical-align: middle; } @@ -157,3 +156,7 @@ textarea.ant-input { .none { display: none; } + +.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title { + font-weight: 600 !important; +}