style:样式切换

This commit is contained in:
lqins
2024-12-19 17:09:47 +08:00
parent 357c77ef30
commit 0c1f650e9c
4 changed files with 10 additions and 7 deletions

View File

@@ -309,7 +309,7 @@ const previewURL = ref("");
const store = useSharedStore();
const resizeElement = function () {
listBoxHeight.value = window.innerHeight - 90;
listBoxHeight.value = window.innerHeight - 58;
// paramBoxHeight.value = window.innerHeight - 110
};
resizeElement();