From fa994e9f9f233da0891553e94f1da2ce5256b077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Tue, 12 Sep 2023 01:52:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/indexDlg2.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/index/indexDlg2.vue b/src/pages/index/indexDlg2.vue index e2db897..ef3c1ac 100644 --- a/src/pages/index/indexDlg2.vue +++ b/src/pages/index/indexDlg2.vue @@ -379,11 +379,11 @@ export default { .font-size-tools { top:-46px; } - font-size: 24px; - line-height: 48px; + font-size: 19px; + line-height: 38px; .div-text { - line-height: 48px; + line-height: 38px; } .sp-lbl { @@ -395,18 +395,18 @@ export default { } img { - width: 24px; - height: 24px; + width: 19px; + height: 19px; top: 12px; } .data-row { - line-height: 48px; + line-height: 38px; .td-lvl2{ - padding-left: 24px; + padding-left: 19px; } .td-lvl3{ - padding-left: 48px; + padding-left: 38px; } } }