🎨
This commit is contained in:
parent
f7c90b58d6
commit
d9257a5c0e
5 changed files with 11 additions and 4 deletions
|
@ -102,7 +102,7 @@ export default defineComponent({
|
|||
};
|
||||
|
||||
if (type.value === 'drawer') {
|
||||
maxHeight.value = 300;
|
||||
maxHeight.value = window.innerHeight - 100;
|
||||
}
|
||||
|
||||
const keymap = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue