From 9b62efbf52d470a7ebf4bdf6449990aaa8f65e2b Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Thu, 5 Dec 2024 15:21:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/config/configPopup.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/config/configPopup.vue b/components/config/configPopup.vue index 4f70dd3..ef2d21c 100644 --- a/components/config/configPopup.vue +++ b/components/config/configPopup.vue @@ -40,6 +40,9 @@ .configPopup { .content{ padding: 30rpx 20rpx; + overflow: scroll; + height: 100%; + box-sizing: border-box; } } \ No newline at end of file