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" />
|
<VnInputDate v-model="to" label="To" dense style="flex: 0.25" />
|
||||||
</VnRow>
|
</VnRow>
|
||||||
</QCardSection>
|
</QCardSection>
|
||||||
<QCardSection>
|
|
||||||
<VnTable
|
<VnTable
|
||||||
ref="table"
|
ref="table"
|
||||||
data-key="SalesMonitorClients"
|
data-key="SalesMonitorClients"
|
||||||
|
@ -144,6 +143,5 @@ const columns = computed(() => [
|
||||||
</QTd>
|
</QTd>
|
||||||
</template>
|
</template>
|
||||||
</VnTable>
|
</VnTable>
|
||||||
</QCardSection>
|
|
||||||
</QCard>
|
</QCard>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue