From 8e72ebbb44dba3ec5cf6dd3cd2613e6e9aed31ef Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 22 Nov 2024 15:37:33 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen

---
 src/pages/layout/components/scomponents/popup/panorama.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pages/layout/components/scomponents/popup/panorama.vue b/src/pages/layout/components/scomponents/popup/panorama.vue
index 5a9f7ef..7b8e91d 100644
--- a/src/pages/layout/components/scomponents/popup/panorama.vue
+++ b/src/pages/layout/components/scomponents/popup/panorama.vue
@@ -37,11 +37,11 @@
   bottom: 0;
   right: 0;
   z-index: 999;
-  background: #00d2ff;
+  background: transparent;
   /* fallback for old browsers */
-  background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);
+  // background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);
   /* Chrome 10-25, Safari 5.1-6 */
-  background: linear-gradient(to right, #3a7bd5, #00d2ff);
+  // background: linear-gradient(to right, #3a7bd5, #00d2ff);
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   pointer-events: auto;
 

--
Gitblit v1.9.3