mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-12 11:22:58 +08:00
修复依赖管理和脚本管理样式
This commit is contained in:
@@ -377,7 +377,7 @@ const Script = () => {
|
||||
|
||||
useEffect(() => {
|
||||
if (treeDom.current) {
|
||||
setHeight(treeDom.current.clientHeight);
|
||||
setHeight(treeDom.current.clientHeight - 6);
|
||||
}
|
||||
}, [treeDom.current, data]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user