fixed styles
gitea/salix/dev This commit has test failures
Details
gitea/salix/dev This commit has test failures
Details
This commit is contained in:
parent
419778f67e
commit
031aeae950
|
@ -18,4 +18,8 @@ vn-check {
|
|||
md-checkbox {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
md-checkbox .md-label {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -107,7 +107,7 @@ module.exports = {
|
|||
format: 'A4',
|
||||
border: '1.5cm',
|
||||
footer: {
|
||||
height: '60px',
|
||||
height: '55px',
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
messages: {
|
||||
es: {clientName: 'Nombre cliente'},
|
||||
es: {},
|
||||
},
|
||||
};
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<!-- Header component -->
|
||||
<report-header :locale="ticket.locale"></report-header>
|
||||
<!-- End header component -->
|
||||
<section class="main" style="margin-bottom:100px">
|
||||
<section class="main">
|
||||
<section class="columns">
|
||||
<section class="size50">
|
||||
<section class="size75">
|
||||
|
@ -185,7 +185,6 @@
|
|||
</section>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
<!-- Footer component -->
|
||||
<report-footer id="pageFooter"
|
||||
|
|
Loading…
Reference in New Issue