hbchen 1 жил өмнө
parent
commit
688bd205a7

+ 0 - 3
src/views/help/Index.vue

@@ -117,9 +117,6 @@ const scrollChange=()=>{
     if(!hashit){
     if(!hashit){
         currentNodeKey.value=''
         currentNodeKey.value=''
     }
     }
-}
-const location=(e,id)=>{
-
 }
 }
 </script>
 </script>
 
 

+ 1 - 1
src/views/help/components/menuBox.vue

@@ -18,7 +18,7 @@ const getDocument=(id)=>{
 
 
 <template>
 <template>
   <el-menu-item :index="(prop.item.ClassifyId+'')">
   <el-menu-item :index="(prop.item.ClassifyId+'')">
-    <span @click="getDocument(prop.item.ClassifyId)">{{prop.item.ClassifyName}}</span>
+    <span @click="getDocument(prop.item.ClassifyId)" style="width: 100%;">{{prop.item.ClassifyName}}</span>
   </el-menu-item>
   </el-menu-item>
 </template>
 </template>