From 0f0558c0499cffc09dc9ab0cd472e34aa29641fd Mon Sep 17 00:00:00 2001 From: tk Date: Wed, 24 Jul 2024 19:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=20=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9A=20=E3=80=90=E5=8E=9F=20=20=E5=9B=A0=E3=80=91=EF=BC=9A?= =?UTF-8?q?=20=E3=80=90=E8=BF=87=20=20=E7=A8=8B=E3=80=91=EF=BC=9A=20?= =?UTF-8?q?=E3=80=90=E5=BD=B1=20=20=E5=93=8D=E3=80=91=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 4cae3e3..961553b 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -87,12 +87,12 @@ label { .el-button { font-size: 16px !important; } - +/*抽屉样式 默认上侧加圆角*/ .el-drawer { border-top-left-radius: 10px; border-top-right-radius: 10px; } -/* 大于480px时的圆角样式 */ +/* 抽屉样式 大于480px时的圆角样式 */ .el-drawer-large { border-top-left-radius: 10px !important; border-bottom-left-radius: 10px !important; @@ -100,7 +100,7 @@ label { border-bottom-right-radius: 0px !important; } -/* 小于480px时的圆角样式 */ +/*抽屉样式 小于480px时的圆角样式 */ .el-drawer-small { border-top-left-radius: 10px !important; border-top-right-radius: 10px !important;