Commit d336bc7a883cc0c4c4f4d91fe29ccf1f6d530d06

Authored by xp.Huang
2 parents 1c4dd60e d803d179

Merge branch 'fix/DEFECT-1519' into 'main_dev'

fix: 修复产品TOpic无法滚动进行下拉查看

See merge request yunteng/thingskit-front!830
@@ -121,7 +121,6 @@ @@ -121,7 +121,6 @@
121 isClickGo.value = false; 121 isClickGo.value = false;
122 return; 122 return;
123 } 123 }
124 - console.log(route);  
125 124
126 let { flag, path } = useMenuActiveFix(route || unref(currentRoute)); 125 let { flag, path } = useMenuActiveFix(route || unref(currentRoute));
127 path = flag ? path : (route || unref(currentRoute)).path; 126 path = flag ? path : (route || unref(currentRoute)).path;
@@ -19,6 +19,6 @@ @@ -19,6 +19,6 @@
19 </template> 19 </template>
20 <style scoped> 20 <style scoped>
21 :deep(.ant-table-body) { 21 :deep(.ant-table-body) {
22 - overflow: hidden !important; 22 + overflow: auto !important;
23 } 23 }
24 </style> 24 </style>