From e418333bf01d5ec443a65e64d5da5749e2786ed6 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Tue, 20 Jul 2021 17:46:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=BB=E9=A2=98=E8=89=B2=E5=90=8E=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E6=A0=B7=E5=BC=8F=E5=A4=B1=E6=95=88#1005165?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1005165 --user=lyh 【通用功能】页面的页码/分页行太靠下了 https://www.tapd.cn/55049933/s/1026473. 提升自定义样式优先级 --- frontend/src/common/css/main.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/common/css/main.css b/frontend/src/common/css/main.css index 8179bca490..3eb36f02dd 100644 --- a/frontend/src/common/css/main.css +++ b/frontend/src/common/css/main.css @@ -13,31 +13,31 @@ /* <-- 使布局更加紧凑 */ .el-main { - padding: 5px 10px; + padding: 5px 10px !important; } .el-card__header { - padding: 8px 16px; + padding: 8px 16px !important; } .el-card__body { - padding: 6px 10px; + padding: 6px 10px !important; } .el-table td, .el-table th { - padding: 6px 0; + padding: 6px 0 !important; } .el-tabs__header { - margin: 0 0 5px; + margin: 0 0 5px !important; } .el-tabs__item { - padding: 0 10px; + padding: 0 10px !important; } .el-form-item { - margin-bottom: 18px; + margin-bottom: 18px !important; } .tip { @@ -49,7 +49,7 @@ } .el-divider--horizontal { - margin: 10px 0 5px 0; + margin: 10px 0 5px 0 !important; } /* --> */