From 8a959ef878ac6c6e6dbd8affb4dd086383716cfb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 23 Nov 2024 20:25:02 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen

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

diff --git a/src/pages/layout/components/scomponents/popup/panorama.vue b/src/pages/layout/components/scomponents/popup/panorama.vue
index 7b8e91d..038f311 100644
--- a/src/pages/layout/components/scomponents/popup/panorama.vue
+++ b/src/pages/layout/components/scomponents/popup/panorama.vue
@@ -42,8 +42,10 @@
   // background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);
   /* Chrome 10-25, Safari 5.1-6 */
   // background: linear-gradient(to right, #3a7bd5, #00d2ff);
+  background-color: rgba($color: #000000, $alpha: 1.0);
   /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   pointer-events: auto;
+  box-shadow: inset 0 0 200px #0377eb;
 
   .title {
     padding: 0 10px;

--
Gitblit v1.9.3