From 596a6831ceb5417e2f4fb71f9e2dd1d2e2bcb6f8 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期五, 14 十月 2022 10:25:26 +0800
Subject: [PATCH] lct

---
 src/views/intellectInspect/intelligentLine/index.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/views/intellectInspect/intelligentLine/index.vue b/src/views/intellectInspect/intelligentLine/index.vue
index 1615816..66dd212 100644
--- a/src/views/intellectInspect/intelligentLine/index.vue
+++ b/src/views/intellectInspect/intelligentLine/index.vue
@@ -151,6 +151,7 @@
                     alert('您的浏览器不支持socket');
                 } else {
                     // 实例化socket
+                    debugger
                     let uid =  userInfos.value.uid.toString()
                     var url = state.path + uid + '*' + id;
                     console.log(url,'url',uid,'uid')
@@ -186,6 +187,7 @@
 
         // 接口获取数据
         const getLine = async (id:string) => {
+            debugger
             let res = await lineApi().getLine({ id: id });
             if (res.data.code === '200') {
                 userInfos.value.dataList = res.data.data;
@@ -1004,9 +1006,10 @@
                 display: flex;
                 justify-content: center;
                 align-items: flex-start;
-                overflow: hidden;
-                overflow-x: auto;
-                overflow-y: auto;
+                overflow: auto;
+
+                &::-webkit-scrollbar { width: 0; height: 0; color: transparent; }
+                &::scrollbar { width: 0; height: 0; color: transparent; }
             }
 
             .line-map {

--
Gitblit v1.9.2