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