From 3c74458ad81ddb72cf45425281183ff5b36a886d Mon Sep 17 00:00:00 2001 From: 13208366016 <47278630@qq.com> Date: Wed, 11 Oct 2023 11:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=B9=E8=B7=9D=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/common.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/styles/common.scss b/src/styles/common.scss index 1e80b79f..fd11514e 100644 --- a/src/styles/common.scss +++ b/src/styles/common.scss @@ -10,7 +10,7 @@ } } .basic-container__card{ - .el-card__body:first-of-type { + .el-card__body { padding: 5px !important ; } } @@ -18,6 +18,11 @@ padding: 0 0; padding-top: 5px; } +.el-card__body{ + .el-card__body{ + padding: 0px !important; + } +} a { text-decoration: none; color: #333;