From 3a82aab402e8cdee192ab47405f2a01973bd4dab Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 11 Apr 2022 11:46:25 +0800
Subject: [PATCH] 文件存储地址修改

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

diff --git a/src/components/examineCard/examineCard.vue b/src/components/examineCard/examineCard.vue
index 7892068..18e5519 100644
--- a/src/components/examineCard/examineCard.vue
+++ b/src/components/examineCard/examineCard.vue
@@ -56,9 +56,9 @@
   width: 285px;
   height: 240px;
   padding: 0 10px;
-  margin-bottom: 24px;
-  margin-right: 70px;
-  margin-left: 60px;
+  margin-bottom: 70px;
+  margin-right: 30px;
+  margin-left: 30px;
   border-radius: 10px;
   background-size: 100% 100%;
   overflow: hidden;

--
Gitblit v1.9.3