修复依赖管理和脚本管理样式

This commit is contained in:
whyour
2024-08-31 23:46:29 +08:00
parent a41dd74048
commit c229eca315
3 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ const Script = () => {
useEffect(() => {
if (treeDom.current) {
setHeight(treeDom.current.clientHeight);
setHeight(treeDom.current.clientHeight - 6);
}
}, [treeDom.current, data]);