@@ -117,9 +117,6 @@ const scrollChange=()=>{
if(!hashit){
currentNodeKey.value=''
}
-}
-const location=(e,id)=>{
-
</script>
@@ -18,7 +18,7 @@ const getDocument=(id)=>{
<template>
<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>
</template>