From 18acd5e307a0ca8448a8d9fa580811e4843c1212 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Fri, 10 Feb 2023 01:42:37 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B8=B8=E7=94=A8=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E6=A0=B7=E5=BC=8F=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/index.scss | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/assets/index.scss b/src/assets/index.scss index 4eff574..0d5c868 100644 --- a/src/assets/index.scss +++ b/src/assets/index.scss @@ -21,4 +21,38 @@ html { -webkit-border-radius: 10px; border-radius: 10px; } +} +.mb0 { + margin-bottom: 0; +} +.mr0 { + margin-right: 0 !important; +} +.filter{ + margin-bottom: 10px; +} +.filter-item { + width: 150px; + margin-right: 10px; +} +.ml-15{ + margin-left: 15px; +} +.mr-10{ + margin-right: 10px; +} +.mb-10{ + margin-bottom: 10px; +} +.help-icon{ + cursor: pointer; +} +.width-100{ + width: 100px; +} +.width-150{ + width: 150px; +} +.width-300{ + width: 300px; } \ No newline at end of file -- Gitee