0
0
Fork 0

fix: refs #7353 padding

This commit is contained in:
Jorge Penadés 2024-08-16 14:19:02 +02:00
parent a13ea900ce
commit a69f41834e
1 changed files with 30 additions and 32 deletions

View File

@ -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>