fix: service work layout
This commit is contained in:
parent
8618897a1a
commit
230eb3f656
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ function confirmDelete(items: unknown[], index: number) {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="column col-12 full-height">
|
||||
<div class="column col-12 full-height no-wrap">
|
||||
<div class="app-text-muted row items-start q-mb-md">
|
||||
• {{ $t(`workInformation`) }}
|
||||
<q-btn
|
||||
|
|
@ -65,7 +65,7 @@ function confirmDelete(items: unknown[], index: number) {
|
|||
/>
|
||||
</div>
|
||||
|
||||
<div v-if="workItems.length > 0" class="col q-gutter-y-md row">
|
||||
<div v-if="workItems.length > 0" class="q-gutter-y-md row">
|
||||
<WorkManagementComponent
|
||||
class="col-12"
|
||||
v-for="(work, index) in workItems"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue