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; }