From 8b887f86a35b9711135087c9fc54f85a6ebf50d5 Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期五, 08 三月 2024 09:14:03 +0800
Subject: [PATCH] update

---
 src/container/mapPreviewDetail/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/container/mapPreviewDetail/index.vue b/src/container/mapPreviewDetail/index.vue
index c961161..dbd1760 100644
--- a/src/container/mapPreviewDetail/index.vue
+++ b/src/container/mapPreviewDetail/index.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2024-01-05 22:26:22
  * @LastEditors: Sneed
- * @LastEditTime: 2024-03-05 15:39:49
+ * @LastEditTime: 2024-03-08 09:07:05
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreviewDetail/index.vue
 -->
 <template>
@@ -550,7 +550,7 @@
                 background: url('./img/right_1.png');
                 padding: 0 14px;
                 overflow: hidden;
-
+                background-size: contain;
                 &>p {
                     font-size: 21px;
                     font-family: PingFangSC, PingFang SC;
@@ -622,7 +622,7 @@
                 width: 100%;
                 height: 208px;
                 background: url('./img/right_2.png');
-
+                background-size: contain;
                 p {
                     font-size: 16px;
                     color: #F7F8FA;
@@ -648,6 +648,7 @@
                 width: 100%;
                 height: 208px;
                 background: url('./img/right_2.png');
+                background-size: contain;
             }
 
             .right_3 {

--
Gitblit v1.9.3