remove code for set left component fixed height

This commit is contained in:
RockYang
2024-05-18 08:07:09 +08:00
parent 45d6579fb6
commit 00c8f08179
16 changed files with 67 additions and 33 deletions

View File

@@ -625,7 +625,7 @@ const store = useSharedStore();
const resizeElement = function () {
listBoxHeight.value = window.innerHeight - 80
paramBoxHeight.value = window.innerHeight - 190
paramBoxHeight.value = window.innerHeight - 160
};
resizeElement()
window.onresize = () => {