From 5aab750fc37f28917caec8b66e7179329f6e7dbf Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 14 十二月 2023 11:16:18 +0800
Subject: [PATCH] 修改样式

---
 src/views/components/details.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/components/details.vue b/src/views/components/details.vue
index 7c82390..f38d641 100644
--- a/src/views/components/details.vue
+++ b/src/views/components/details.vue
@@ -229,12 +229,12 @@
   display: flex;
   flex-direction: column;
   align-items: center;
-  margin-top: 170px;
+  margin-top: 160px;
 
   .header{
     width: 1200px;
     height: 60px;
-    margin: 20px 0 0;
+    margin: 15px 0 0;
     padding: 0 15px;
     border-radius: 4px;
     background: #f5f5f5;
@@ -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 - 310px);
     overflow-y: auto;
 
     .title{

--
Gitblit v1.9.2