mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-13 04:33:42 +08:00
remove code for set left component fixed height
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user