fix: service work layout

This commit is contained in:
puriphatt 2024-06-26 02:38:14 +00:00
parent 8618897a1a
commit 230eb3f656

View file

@ -49,7 +49,7 @@ function confirmDelete(items: unknown[], index: number) {
</script> </script>
<template> <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"> <div class="app-text-muted row items-start q-mb-md">
{{ $t(`workInformation`) }} {{ $t(`workInformation`) }}
<q-btn <q-btn
@ -65,7 +65,7 @@ function confirmDelete(items: unknown[], index: number) {
/> />
</div> </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 <WorkManagementComponent
class="col-12" class="col-12"
v-for="(work, index) in workItems" v-for="(work, index) in workItems"