fixed summary button
gitea/salix/dev This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-10-04 11:39:24 +02:00
parent 7b7d7664e1
commit b4c23b86a2
2 changed files with 21 additions and 2 deletions

View File

@ -1,5 +1,9 @@
<vn-card class="summary"> <vn-card class="summary">
<h5 >Ticket #{{$ctrl.summary.id}} - {{$ctrl.summary.client.name}} ({{$ctrl.summary.client.id}}) - {{$ctrl.summary.nickname}} <h5>
<span>
Ticket #{{$ctrl.summary.id}} - {{$ctrl.summary.client.name}}
({{$ctrl.summary.client.id}}) - {{$ctrl.summary.nickname}}
</span>
<vn-button <vn-button
disabled="!$ctrl.isEditable" disabled="!$ctrl.isEditable"
label="SET OK" label="SET OK"

View File

@ -3,9 +3,24 @@
vn-ticket-summary .summary { vn-ticket-summary .summary {
max-width: $width-lg; max-width: $width-lg;
h5 {
display: flex;
justify-content: space-between;
align-items: center;
align-content: center;
span {
flex: 1;
}
vn-button {
flex: none
}
}
vn-button { vn-button {
max-height: 27px; max-height: 27px;
float: right;
button { button {
box-shadow: none; box-shadow: none;
height: inherit; height: inherit;