From 549d31dd5b24a1d57a0cc01bbab32a74a8d2cb71 Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期四, 14 十二月 2023 14:36:10 +0800 Subject: [PATCH] 样式层级 --- src/views/components/details.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/details.vue b/src/views/components/details.vue index f38d641..9689d84 100644 --- a/src/views/components/details.vue +++ b/src/views/components/details.vue @@ -229,7 +229,7 @@ display: flex; flex-direction: column; align-items: center; - margin-top: 160px; + margin-top: 150px; .header{ width: 1200px; @@ -252,7 +252,7 @@ box-shadow: 1px 1px 3px rgba(0,0,0,.04); padding: 20px 15px 40px; background: #fff; - max-height: calc(100vh - 310px); + max-height: calc(100vh - 280px); overflow-y: auto; .title{ -- Gitblit v1.9.2