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 | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/components/examineCard/examineCard.vue b/src/components/examineCard/examineCard.vue
index b504e2e..18e5519 100644
--- a/src/components/examineCard/examineCard.vue
+++ b/src/components/examineCard/examineCard.vue
@@ -56,14 +56,13 @@
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;
background-repeat: no-repeat;
- // background-image: url(/img/permit/服务许可背景图.jpg);
border: 1px solid rgba($color: #000000, $alpha: 0.1);
border-top: 0px solid rgba($color: #000000, $alpha: 0.3);
&:hover {
--
Gitblit v1.9.3