|  |  | 
 |  |  |                 </div> | 
 |  |  |               </div> | 
 |  |  |             </div> | 
 |  |  |             <div @click="openCloudAddr" class="monitoring"> | 
 |  |  |               <img src="@/assets/images/ic_jiankong@2x.png" class="icon" alt=""> | 
 |  |  |               <div>车辆监控平台</div> | 
 |  |  |               <img class="top" src="@/assets/images/SecurityControl/ar_open@2x.png" alt=""> | 
 |  |  |             </div> | 
 |  |  |  | 
 |  |  |           </div> | 
 |  |  |         </div> | 
 |  |  |         <div class="right_box"> | 
 |  |  | 
 |  |  |   }) | 
 |  |  | } | 
 |  |  |  | 
 |  |  | const openCloudAddr = () => { | 
 |  |  |   window.open('https://vms.hikvisionauto.com:8040/', '_blank') | 
 |  |  | } | 
 |  |  |  | 
 |  |  |  | 
 |  |  | const data1 = ref({}) | 
 |  |  | const activeTab1 = ref(0) | 
 |  |  | 
 |  |  |           overflow: auto; | 
 |  |  |           padding-left: 10px; | 
 |  |  |           padding-bottom: 12px; | 
 |  |  |  | 
 |  |  |           .line { | 
 |  |  |             font-size: 13px; | 
 |  |  |             color: #D2E0FF; | 
 |  |  | 
 |  |  |           } | 
 |  |  |         } | 
 |  |  |       } | 
 |  |  |  | 
 |  |  |       .monitoring { | 
 |  |  |         position: absolute; | 
 |  |  |         cursor: pointer; | 
 |  |  |         bottom: 10px; | 
 |  |  |         left: 0; | 
 |  |  |         display: flex; | 
 |  |  |         align-items: center; | 
 |  |  |         justify-content: center; | 
 |  |  |         font-weight: 500; | 
 |  |  |         font-size: 15px; | 
 |  |  |         width: 156px; | 
 |  |  |         height: 40px; | 
 |  |  |         background: linear-gradient(180deg, rgba(0, 148, 235, 0.68) 0%, rgba(0, 148, 235, 0) 100%); | 
 |  |  |         border-radius: 2px; | 
 |  |  |         border: 1px solid; | 
 |  |  |         border-image: linear-gradient(180deg, rgba(177, 210, 255, 0.64), rgba(0, 171, 255, 0.7)) 1 1; | 
 |  |  |  | 
 |  |  |         .icon { | 
 |  |  |           width: 16px; | 
 |  |  |           height: 16px; | 
 |  |  |           margin-right: 10px; | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         .top { | 
 |  |  |           width: 7px; | 
 |  |  |           margin-left: 6px; | 
 |  |  |         } | 
 |  |  |       } | 
 |  |  |     } | 
 |  |  |   } | 
 |  |  |  |