refactor(route_ticket): add style in a style.scss
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
6afc694f6c
commit
74fbae6510
|
@ -125,7 +125,7 @@
|
||||||
<tpl-title>
|
<tpl-title>
|
||||||
<vn-horizontal>
|
<vn-horizontal>
|
||||||
<span translate>Tickets to add</span>
|
<span translate>Tickets to add</span>
|
||||||
<div style="display: block; margin-right: 50px; text-align: right;">
|
<div class="button-right">
|
||||||
<vn-button label="Add" ng-click="$ctrl.setTicketsRoute()"></vn-button>
|
<vn-button label="Add" ng-click="$ctrl.setTicketsRoute()"></vn-button>
|
||||||
</div>
|
</div>
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
|
|
|
@ -7,4 +7,10 @@ vn-route-tickets form{
|
||||||
.order-field {
|
.order-field {
|
||||||
max-width: 30px;
|
max-width: 30px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-right{
|
||||||
|
display: block;
|
||||||
|
padding-right: 50px;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
Loading…
Reference in New Issue