From a57b61198ca61f06b1b5ce765332c6be90d1027c Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期四, 14 十二月 2023 14:11:35 +0800 Subject: [PATCH] 图片路径 --- src/views/components/details.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/components/details.vue b/src/views/components/details.vue index 5f3c534..9689d84 100644 --- a/src/views/components/details.vue +++ b/src/views/components/details.vue @@ -252,7 +252,7 @@ box-shadow: 1px 1px 3px rgba(0,0,0,.04); padding: 20px 15px 40px; background: #fff; - max-height: calc(100vh - 330px); + max-height: calc(100vh - 280px); overflow-y: auto; .title{ -- Gitblit v1.9.2