dedsudiyu 1 month ago
parent
commit
e42175cc6c

+ 6 - 6
src/views/cengterMaxBox/videoSurveillance/pageComponent/deptListComponent.vue

@@ -381,24 +381,24 @@
           font-family: SOURCEHANSANSCN;
           font-weight:500;
           .checkLevel{
-            height:25px;
+            height:40px;
             position: absolute;
             right: -1px;
             bottom: -1px;
             span{
-              font-size:14px;
+              font-size:20px;
               font-family: SOURCEHANSANSCN;
               position: relative;
               width: 0;
               height: 0;
-              border-left: 25px solid transparent;
+              border-left: 45px solid transparent;
               border-right: 0px solid transparent;
-              border-bottom: 25px solid #06DEFF; /* 三角形的颜色 */
+              border-bottom: 45px solid #06DEFF; /* 三角形的颜色 */
             }
             .el-icon-check:before{
               position: absolute;
-              left:-14px;
-              top:10px;
+              left:-22px;
+              top:17px;
             }
           }
         }

+ 1 - 1
src/views/cengterMaxBox/videoSurveillance/pageComponent/videoComponent.vue

@@ -115,7 +115,7 @@
         }else if(!data.subId&&!data.level){
           obj.floorId = data.treeId;
         }else if(data.subId&&!data.level){
-          obj.subId = [data.treeId];
+          obj.subIds = [data.treeId];
         }
         this.$set(this,'videoQueryParams',obj);
         this.$nextTick(()=>{