refactor: update style
This commit is contained in:
parent
d4a26ced4b
commit
dd9429de0d
1 changed files with 13 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ function navigateTo(label: string, destination: string) {
|
||||||
v-model="leftDrawerOpen"
|
v-model="leftDrawerOpen"
|
||||||
side="left"
|
side="left"
|
||||||
:breakpoint="599"
|
:breakpoint="599"
|
||||||
:width="$q.screen.lt.md ? 200 : 256"
|
:width="$q.screen.lt.sm ? $q.screen.width - 16 : 256"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="column items-center justify-center q-pa-xl cursor-pointer"
|
class="column items-center justify-center q-pa-xl cursor-pointer"
|
||||||
|
|
@ -152,4 +152,16 @@ function navigateTo(label: string, destination: string) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:deep(.q-drawer) {
|
||||||
|
background-color: transparent;
|
||||||
|
padding: var(--size-4);
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
:deep(.q-drawer__content) {
|
||||||
|
border-radius: var(--radius-2);
|
||||||
|
background: var(--surface-1);
|
||||||
|
border: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue