From 2a0832dc0aedfef9b7cf38329eb75f390331e7ff Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Wed, 08 May 2024 17:30:42 +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