ZoneList and ZoneSummary #365

Merged
jsegarra merged 11 commits from :feature/ZoneList into dev 2024-05-13 08:00:22 +00:00
2 changed files with 8 additions and 4 deletions
Showing only changes of commit daf1d4de2d - Show all commits

View File

@ -182,3 +182,7 @@ input::-webkit-inner-spin-button {
.q-scrollarea__content { .q-scrollarea__content {
max-width: 100%; max-width: 100%;
} }
.mt-15 {
alexm marked this conversation as resolved Outdated
Outdated
Review

Mejor usar los de quasar https://quasar.dev/style/spacing/

Mejor usar los de quasar https://quasar.dev/style/spacing/
Outdated
Review

Corregido: 0ed3cafcab

Corregido: https://gitea.verdnatura.es/verdnatura/salix-front/commit/0ed3cafcab180c92979efe25b54f84ffc8836d6c
margin-top: 15px;
}

View File

@ -146,8 +146,8 @@ onMounted(async () => {
<ZoneFilterPanel data-key="ZoneList" :expr-builder="exprBuilder" /> <ZoneFilterPanel data-key="ZoneList" :expr-builder="exprBuilder" />
</QScrollArea> </QScrollArea>
</QDrawer> </QDrawer>
<QPage class="column items-center"> <QPage class="column items-center q-pa-md">
<div style="width: 100%"> <div class="vn-card-list">
<VnPaginate <VnPaginate
data-key="ZoneList" data-key="ZoneList"
url="Zones" url="Zones"
@ -191,7 +191,7 @@ onMounted(async () => {
<QTd :props="props"> <QTd :props="props">
<div class="table-actions"> <div class="table-actions">
<QIcon <QIcon
style="margin-top: 15px" class="mt-15"
name="vn:clone" name="vn:clone"
size="sm" size="sm"
color="primary" color="primary"
@ -201,7 +201,7 @@ onMounted(async () => {
t('globals.clone') t('globals.clone')
}}</QTooltip> </QIcon }}</QTooltip> </QIcon
><QIcon ><QIcon
style="margin-top: 15px" class="mt-15"
name="preview" name="preview"
size="sm" size="sm"
color="primary" color="primary"