From 69f5dbefd3478485b2bc8aaf76597ee27bd5f5bc Mon Sep 17 00:00:00 2001 From: "liu.huiying@ebiz-digits.com" Date: Fri, 21 Mar 2025 13:18:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8A=95=E6=94=BE=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Survey/views/Publish/Index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/Survey/views/Publish/Index.vue b/src/views/Survey/views/Publish/Index.vue index 2fe5782..11d41f2 100644 --- a/src/views/Survey/views/Publish/Index.vue +++ b/src/views/Survey/views/Publish/Index.vue @@ -213,7 +213,7 @@ onMounted(async () => { .qrcode { display: flex; - padding: 15px 18px; + padding: 18px 18px; .text { display: flex; @@ -232,6 +232,7 @@ onMounted(async () => { margin-top: 8px; font-size: 13px; line-height: 16px; + max-height: 75px; overflow: auto; } } @@ -239,13 +240,13 @@ onMounted(async () => { >img { border: 1px solid #ebebeb; border-radius: 10px; - width: 115px; - height: 115px; + width: 100px; + height: 100px; } } .tip { - margin: 15px 0px !important; + margin: 5px 0px 15px 0 !important; color: #7f7f7f; font-size: 13px; }