From 18b67d447f75c55856fa0af2d0ffd0c4f5f79da1 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Thu, 28 Dec 2023 09:00:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=98=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/drawpic.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/home/components/drawpic.vue b/src/views/home/components/drawpic.vue index d8c2b62..c5b2385 100644 --- a/src/views/home/components/drawpic.vue +++ b/src/views/home/components/drawpic.vue @@ -827,8 +827,8 @@ export default { } .picCanvans { width: 100%; - height: calc(100% - 142px); - overflow: hidden; + height: calc(100% - 87px); + overflow: auto; h3 { margin-bottom: 12px; font-size: 14px; @@ -842,7 +842,7 @@ export default { img { position: absolute; max-width: 100%; - max-height: 800px; + max-height: calc(100% - 10px); cursor: move; -moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit浏览器*/