parent
50e3030db5
commit
3bf02d46ce
@ -137,9 +137,9 @@ const isMobile = useIsMobile();
|
|||||||
const showDrawer = ref(false);
|
const showDrawer = ref(false);
|
||||||
const width = computed(() => {
|
const width = computed(() => {
|
||||||
if (isMobile.value) {
|
if (isMobile.value) {
|
||||||
return window.innerWidth;
|
// return window.innerWidth;
|
||||||
} else {
|
} else {
|
||||||
return window.innerWidth * 0.5;
|
return window.innerWidth * 0.4;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user