แก้ layout ซ้าย ขวา ฟอร์มเรื่องร้องเรียน

This commit is contained in:
Warunee Tamkoo 2023-11-28 17:29:55 +07:00
parent 27f685b15a
commit f96c65f1b9
2 changed files with 600 additions and 540 deletions

File diff suppressed because it is too large Load diff

View file

@ -137,19 +137,15 @@ function downloadFile(link: string) {
</div>
</div>
<div class="col-xs-12 q-pa-sm row" v-if="props.files.length > 0">
<div v-if="props.files.length > 0" class="col-xs-12 q-pa-sm row">
<q-list
v-if="props.files.length > 0"
v-for="(f, index) in props.files"
:key="index"
bordered
separator
class="full-width"
>
<q-item
v-for="(f, index) in props.files"
:key="index"
clickable
v-ripple
>
<q-item clickable v-ripple>
<q-item-section>{{ f.fileName }}</q-item-section>
<q-item-section avatar>
<div class="row">