From e9b5f6c0188608a3e36da33969c735b0eae5448c Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期一, 21 八月 2023 10:19:39 +0800
Subject: [PATCH] Merge branch '2023_CR2' into 滲透

---
 PAMapp/pages/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/PAMapp/pages/index.vue b/PAMapp/pages/index.vue
index 5520015..6aefe56 100644
--- a/PAMapp/pages/index.vue
+++ b/PAMapp/pages/index.vue
@@ -148,10 +148,10 @@
          style="position: fixed; bottom: 30px; right: 30px; z-index: 9999; display: flex; justify-content: flex-end;"
     >
       <iframe
-        width=��780��
-        height=��440��
+        id="ytplayer" type="text/html" width="360" height="270"
+        frameborder="0"
         allowfullscreen
-        sandbox="allow-scripts allow-same-origin"
+        sandbox="allow-scripts allow-same-origin allow-popups fullscreen"
         :src="filmVideoSrc"
       ></iframe>
       <div class="close-btn" @click="closeVideo()">X</div>
@@ -577,7 +577,7 @@
   /* 蝣箔�� .video-container ��撠�/蝯����摰祝摨� */
   .video-container {
     position: relative;
-    width: 600px; /* �����蔣��偕撖貉矽� */
+    width: auto; /* �����蔣��偕撖貉矽� */
   }
 
   /* �����見撘� */

--
Gitblit v1.8.0