From e8e8f6c90b405060e6636798e254dfa7f936a6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=AF=BA?= <1253070437@qq.com> Date: Tue, 20 Jun 2023 23:36:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E5=85=A8?= =?UTF-8?q?=E5=B1=80less=E5=86=85=E5=8A=A0=E5=85=A5=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E6=A0=87=E7=AD=BE=E9=AB=98=E4=BA=AE=E7=9A=84?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/style/index.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/snowy-admin-web/src/style/index.less b/snowy-admin-web/src/style/index.less index fafd8ca2..368247ce 100644 --- a/snowy-admin-web/src/style/index.less +++ b/snowy-admin-web/src/style/index.less @@ -426,6 +426,14 @@ a, button, input, textarea { } } +.left-span-label { + border-left: 4px solid @primary-color; + font-size: 15px; + color: #212121; + font-weight: 600; + padding-left: 8px; +} + // 滚动条,需要哪里,加哪个class body, .ant-drawer-wrapper-body,