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)"
|
||||
color="primary"
|
||||
type="submit"
|
||||
style="margin-top: 15px"
|
||||
class="q-mt-sm"
|
||||
/>
|
||||
<QBtn
|
||||
:label="t('components.smartCard.downloadFile')"
|
||||
style="margin-top: 15px"
|
||||
class="q-mt-sm"
|
||||
outline
|
||||
@click.stop="downloadFile(row.dmsFk)"
|
||||
type="submit"
|
||||
|
|
Loading…
Reference in New Issue