From fa2872c51e7a8f6ff9ebb52cdf0fcb188610b3da Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 17 Feb 2022 16:07:06 +0800
Subject: [PATCH] +加法人变更类别 7
---
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