diff --git a/project/shandong10086/apps/shandong/monitor/AppMonitorManage/AppMonitorManage.vue b/project/shandong10086/apps/shandong/monitor/AppMonitorManage/AppMonitorManage.vue
index 63a921ab..c0aecfd0 100644
--- a/project/shandong10086/apps/shandong/monitor/AppMonitorManage/AppMonitorManage.vue
+++ b/project/shandong10086/apps/shandong/monitor/AppMonitorManage/AppMonitorManage.vue
@@ -20,7 +20,10 @@
           :style="currentSplitStyle">
             
           {{ m.name }}
-          
+          
+            
+            关闭视频
+          
         
       
     
@@ -271,7 +274,7 @@
       background: #000;
       flex-shrink: 0;
 
-      span {
+      & > span {
         position: absolute;
         bottom: 0;
         left: 0;
@@ -287,16 +290,34 @@
         font-size: 16px;
       }
 
-      i {
+      .videoBox-close {
+        display: flex;
         position: absolute;
-        right: 20px;
-        top: 40px;
+        align-items: center;
+        justify-content: center;
+        right: 8px;
+        top: 8px;
         z-index: 11;
-        font-size: 60px;
+        width: 84px;
+        height: 32px;
+        line-height: 1;
+        background: linear-gradient(180deg, #2E3447 0%, #151825 100%);
+        border-radius: 2px;
         cursor: pointer;
+        font-size: 12px;
+        color: #fff;
 
         &:hover {
-          opacity: 0.6;
+          opacity: 0.8;
+        }
+
+        span {
+          margin-left: 4px;
+        }
+
+        i {
+          position: relative;
+          font-size: 16px;
         }
       }