From e6cf36a1e18f8d0f5c553335a513362de81fc8ed Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 28 Oct 2022 09:46:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pingchang/AppGeneralElection/generalElectionDetail.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/project/pingchang/AppGeneralElection/generalElectionDetail.vue b/src/project/pingchang/AppGeneralElection/generalElectionDetail.vue index 2caff95..144a3ac 100644 --- a/src/project/pingchang/AppGeneralElection/generalElectionDetail.vue +++ b/src/project/pingchang/AppGeneralElection/generalElectionDetail.vue @@ -338,7 +338,7 @@ export default { margin: 200px auto 0; padding: 48px 48px 0; box-sizing: border-box; - overflow-y: scroll; + .mask-title { font-size: 32px; @@ -353,9 +353,11 @@ export default { width: 100%; line-height: 44px; font-size: 28px; + height: 460px; font-family: PingFangSC-Medium, PingFang SC; color: #333; word-break: break-all; + overflow-y: scroll; } .mask-btn { @@ -366,7 +368,7 @@ export default { font-weight: 500; color: #1365dd; line-height: 40px; - margin: 60px 0 20px 332px; + margin: 30px 0 20px 332px; text-align: center; } }