forked from verdnatura/salix-front
style changes
This commit is contained in:
parent
cb24ac81ff
commit
daf1d4de2d
|
@ -182,3 +182,7 @@ input::-webkit-inner-spin-button {
|
|||
.q-scrollarea__content {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.mt-15 {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
|
|
@ -146,8 +146,8 @@ onMounted(async () => {
|
|||
<ZoneFilterPanel data-key="ZoneList" :expr-builder="exprBuilder" />
|
||||
</QScrollArea>
|
||||
</QDrawer>
|
||||
<QPage class="column items-center">
|
||||
<div style="width: 100%">
|
||||
<QPage class="column items-center q-pa-md">
|
||||
<div class="vn-card-list">
|
||||
<VnPaginate
|
||||
data-key="ZoneList"
|
||||
url="Zones"
|
||||
|
@ -191,7 +191,7 @@ onMounted(async () => {
|
|||
<QTd :props="props">
|
||||
<div class="table-actions">
|
||||
<QIcon
|
||||
style="margin-top: 15px"
|
||||
class="mt-15"
|
||||
name="vn:clone"
|
||||
size="sm"
|
||||
color="primary"
|
||||
|
@ -201,7 +201,7 @@ onMounted(async () => {
|
|||
t('globals.clone')
|
||||
}}</QTooltip> </QIcon
|
||||
><QIcon
|
||||
style="margin-top: 15px"
|
||||
class="mt-15"
|
||||
name="preview"
|
||||
size="sm"
|
||||
color="primary"
|
||||
|
|
Loading…
Reference in New Issue