forked from verdnatura/salix-front
fix: refs #7353 padding
This commit is contained in:
parent
a13ea900ce
commit
a69f41834e
|
@ -113,7 +113,6 @@ const columns = computed(() => [
|
|||
<VnInputDate v-model="to" label="To" dense style="flex: 0.25" />
|
||||
</VnRow>
|
||||
</QCardSection>
|
||||
<QCardSection>
|
||||
<VnTable
|
||||
ref="table"
|
||||
data-key="SalesMonitorClients"
|
||||
|
@ -144,6 +143,5 @@ const columns = computed(() => [
|
|||
</QTd>
|
||||
</template>
|
||||
</VnTable>
|
||||
</QCardSection>
|
||||
</QCard>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue