From 1250621ab9ea6ea93911be0f283c3bfcdceb0667 Mon Sep 17 00:00:00 2001
From: chenyibo <p-honggang.li@pcitc.com>
Date: 星期二, 30 三月 2021 18:03:59 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/BaseNav/PublicBounced/GasComponents/GasVideo.vue |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/GasComponents/GasVideo.vue b/src/components/BaseNav/PublicBounced/GasComponents/GasVideo.vue
index fc152ab..93776b0 100644
--- a/src/components/BaseNav/PublicBounced/GasComponents/GasVideo.vue
+++ b/src/components/BaseNav/PublicBounced/GasComponents/GasVideo.vue
@@ -7,7 +7,7 @@
     <div class="border_corner border_corner_right_bottom"></div>
     <div class="main">
       <div class="main-video">
-        <video width="100%" height="100%" controls>
+        <video controls>
           <source src="movie.mp4" type="video/mp4">
           <source src="movie.ogg" type="video/ogg">
         </video>
@@ -24,23 +24,25 @@
 
 <style scoped lang="less">
 .win {
-  /*width: 100%;*/
-  /*height: 100%;*/
   position: relative;
-  //display: inline-block;
   background-color: rgba(33, 41, 69,0.9);
-/*//border: 1px solid #396d83;*/
 }
 .main {
   width: 100%;
   height: 100%;
   .main-video {
-    padding: 7px;
-    border: 1px solid #396d83;
+    //border: 1px solid #396d83;
+    width: 100%;
+    height: 100%;
+    video {
+      width: 100%;
+      height: 100%;
+      outline: none;
+    }
   }
 }
 .border_corner{
-  z-index: 2500;
+  z-index: 999;
   position: absolute;
   width: 14px;
   height: 14px;

--
Gitblit v1.8.0