From d504e8efb9960cfaa5424ea8800b708c4255bd76 Mon Sep 17 00:00:00 2001
From: "wu.jian2" <distantmtn@gmail.com>
Date: Thu, 13 Jul 2023 14:20:41 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=95=B4=E4=BD=93?=
 =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=87=BA=E7=8E=B0=E5=9B=BE=E7=89=87=E5=8A=A0?=
 =?UTF-8?q?=E8=BD=BD=E5=A4=B1=E8=B4=A5=E7=9A=84=E6=83=85=E5=86=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../packages/BigScreenDesign/OverallSetting/index.vue      | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/data-room-ui/packages/BigScreenDesign/OverallSetting/index.vue b/data-room-ui/packages/BigScreenDesign/OverallSetting/index.vue
index bb7e8777..9835ad48 100644
--- a/data-room-ui/packages/BigScreenDesign/OverallSetting/index.vue
+++ b/data-room-ui/packages/BigScreenDesign/OverallSetting/index.vue
@@ -84,7 +84,7 @@
               选择背景图
             </el-button>
             <el-image
-              v-show="form.bg"
+              v-if="form.bg"
               class="bg-img bs-el-img"
               :src="form.bg"
               fit="cover"
@@ -365,6 +365,7 @@ export default {
         this.pageInfo.pageConfig.refreshConfig = []
       }
       this.form = { ...this.pageInfo.pageConfig }
+      console.log('this.form', this.form)
       this.drawerVisible = true
       if (this.pageInfo.chartList.length === 0) {
         this.pageInfo.pageConfig.refreshConfig = []
@@ -538,14 +539,14 @@ export default {
 }
 
 .bg-img {
-  width: 200px;
+  width: 180px;
   height: 150px;
   cursor: pointer;
   position: relative;
 }
 
 .close-icon {
-  left: 170px;
+  left: 150px;
   top: 10px;
   font-size: 24px;
   cursor: pointer;