feat: update Person Card
This commit is contained in:
parent
e1e7eb4719
commit
4bfe1ccd34
4 changed files with 391 additions and 337 deletions
|
|
@ -102,12 +102,12 @@ function branchSetting() {}
|
|||
side="left"
|
||||
:breakpoint="599"
|
||||
class="column justify-between no-wrap"
|
||||
:width="mini ? 110 : 256"
|
||||
:width="mini ? 80 : 256"
|
||||
>
|
||||
<!-- :width="$q.screen.lt.sm ? $q.screen.width - 16 : 256" -->
|
||||
<div class="scroll" style="overflow-x: hidden">
|
||||
<div class="scroll" style="overflow-x: hidden; scrollbar-gutter: stable">
|
||||
<div
|
||||
class="flex justify-center items-center q-pa-md cursor-pointer"
|
||||
class="flex justify-center items-center q-pl-sm cursor-pointer"
|
||||
@click="$router.push('/')"
|
||||
id="btn-drawer-home"
|
||||
style="height: 128px"
|
||||
|
|
@ -120,12 +120,12 @@ function branchSetting() {}
|
|||
/>
|
||||
</div>
|
||||
|
||||
<div id="drawer-menu" class="q-px-md">
|
||||
<div id="drawer-menu" class="q-pl-md q-mr-xs">
|
||||
<q-item
|
||||
v-for="v in labelMenu"
|
||||
dense
|
||||
clickable
|
||||
class="row items-center q-my-xs"
|
||||
class="row items-center q-my-xs q-px-xs"
|
||||
:key="v.label"
|
||||
:disable="!!v.disabled"
|
||||
:class="{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue