From 83b81a748405be91ab215c7dd3408e1dac4b2292 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期二, 22 十一月 2022 17:02:48 +0800
Subject: [PATCH] 菜单树

---
 src/views/video/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/video/index.vue b/src/views/video/index.vue
index 9f8688f..be892c9 100644
--- a/src/views/video/index.vue
+++ b/src/views/video/index.vue
@@ -124,7 +124,7 @@
   line-height: 30px;
   width: 70px;
   border: 1px solid rgb(75, 155, 183);
-  margin-left: 20px;
+  margin-left: 160px;
   cursor: pointer;
 }
 
@@ -250,7 +250,6 @@
     },
     methods: {
       handleNodeClick(data) {
-        console.log(data);
       }
     }
   };

--
Gitblit v1.8.0