forked from verdnatura/salix-front
fix margin: refs #5835
This commit is contained in:
parent
c84aeed202
commit
5b79c2ace9
|
@ -131,11 +131,11 @@ function viewSummary(id) {
|
||||||
@click.stop="viewSummary(row.id)"
|
@click.stop="viewSummary(row.id)"
|
||||||
color="primary"
|
color="primary"
|
||||||
type="submit"
|
type="submit"
|
||||||
style="margin-top: 15px"
|
class="q-mt-sm"
|
||||||
/>
|
/>
|
||||||
<QBtn
|
<QBtn
|
||||||
:label="t('components.smartCard.downloadFile')"
|
:label="t('components.smartCard.downloadFile')"
|
||||||
style="margin-top: 15px"
|
class="q-mt-sm"
|
||||||
outline
|
outline
|
||||||
@click.stop="downloadFile(row.dmsFk)"
|
@click.stop="downloadFile(row.dmsFk)"
|
||||||
type="submit"
|
type="submit"
|
||||||
|
|
Loading…
Reference in New Issue