From 39e377e67f80a18e1b69affdd7a14f15522cc102 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 14 Dec 2023 13:56:41 +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 7c82390..5f3c534 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: 150px;
.header{
width: 1200px;
height: 60px;
- margin: 20px 0 0;
+ margin: 15px 0 0;
padding: 0 15px;
border-radius: 4px;
background: #f5f5f5;
--
Gitblit v1.9.2