forked from FoundKeyGang/FoundKey
improve(client): tweak drawer max height
This commit is contained in:
parent
493ff2eed5
commit
f9024a0058
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ export default defineComponent({
|
|||
};
|
||||
|
||||
if (type.value === 'drawer') {
|
||||
maxHeight.value = window.innerHeight - 100;
|
||||
maxHeight.value = window.innerHeight / 2;
|
||||
}
|
||||
|
||||
const keymap = {
|
||||
|
|
Loading…
Reference in a new issue