File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5959 <div >
6060 <q-avatar v-if =" !avatar" rounded size =" 32px" color =" primary" text-color =" white" icon =" fa-solid fa-user" ></q-avatar >
6161 <q-avatar v-if =" avatar" rounded size =" 32px" color =" primary" text-color =" white" >
62- <img :src =" avatar" />
62+ <img :src =" avatar" style = " object-fit : cover ; " />
6363 </q-avatar >
6464 </div >
6565 <div class =" q-pl-sm" style =" max-width : 100px ;" >
Original file line number Diff line number Diff line change 33 <q-item-section top side >
44 <q-avatar v-if =" !avatar" rounded size =" 36px" color =" primary" text-color =" white" icon =" fa-solid fa-user" ></q-avatar >
55 <q-avatar v-if =" avatar" rounded size =" 36px" color =" primary" text-color =" white" >
6- <img :src =" avatar" />
6+ <img :src =" avatar" style = " object-fit : cover ; " />
77 </q-avatar >
88 </q-item-section >
99 <q-item-section >
Original file line number Diff line number Diff line change 1313 <q-item-section side >
1414 <q-avatar v-if =" !avatar" rounded size =" 48px" color =" primary" text-color =" white" icon =" fa-solid fa-user" ></q-avatar >
1515 <q-avatar v-if =" avatar" rounded size =" 48px" color =" primary" text-color =" white" >
16- <img class =" cursor-pointer" :src =" avatar" @click =" imageDialog = true" />
16+ <img class =" cursor-pointer" :src =" avatar" @click =" imageDialog = true" style = " object-fit : cover ; " />
1717 </q-avatar >
1818 </q-item-section >
1919
Original file line number Diff line number Diff line change 6363 <q-avatar v-if =" !avatar" color =" secondary" text-color =" white" icon =" fa-solid fa-user" >
6464 </q-avatar >
6565 <q-avatar v-if =" avatar" color =" primary" text-color =" white" >
66- <img :src =" avatar" />
66+ <img :src =" avatar" style = " object-fit : cover ; " />
6767 </q-avatar >
6868 <q-menu >
6969 <q-list style =" min-width : 150px " >
Original file line number Diff line number Diff line change 77 />
88 <q-avatar v-if =" !avatar" rounded size =" 48px" color =" primary" text-color =" white" icon =" fa-solid fa-user" ></q-avatar >
99 <q-avatar v-if =" avatar" rounded size =" 48px" color =" primary" text-color =" white" >
10- <img class =" cursor-pointer" :src =" avatar" @click =" dialog = true" />
10+ <img class =" cursor-pointer" :src =" avatar" @click =" dialog = true" style = " object-fit : cover ; " />
1111 </q-avatar >
1212 {{ user.nickname || user.firstName }} {{ user.lastName }}
1313 </div >
Original file line number Diff line number Diff line change 1515 </div >
1616 <q-avatar v-if =" !avatar" rounded size =" 48px" color =" primary" text-color =" white" icon =" fa-solid fa-user" ></q-avatar >
1717 <q-avatar v-if =" avatar" rounded size =" 48px" color =" primary" text-color =" white" >
18- <img class =" cursor-pointer" :src =" avatar" @click =" dialog = true" />
18+ <img class =" cursor-pointer" :src =" avatar" @click =" dialog = true" style = " object-fit : cover ; " />
1919 </q-avatar >
2020 <span class =" q-pl-md" > {{ name }} </span >
2121 <div v-if =" isLT || $permissions.userDocument" >
You can’t perform that action at this time.
0 commit comments