From dd9429de0d99ccb9b89287269151ae89d301bca9 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:16:28 +0700 Subject: [PATCH] refactor: update style --- src/components/DrawerComponent.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/components/DrawerComponent.vue b/src/components/DrawerComponent.vue index c2fc460a..bdafc8ca 100644 --- a/src/components/DrawerComponent.vue +++ b/src/components/DrawerComponent.vue @@ -94,7 +94,7 @@ function navigateTo(label: string, destination: string) { v-model="leftDrawerOpen" side="left" :breakpoint="599" - :width="$q.screen.lt.md ? 200 : 256" + :width="$q.screen.lt.sm ? $q.screen.width - 16 : 256" >