fixed summary button
gitea/salix/dev This commit looks good
Details
gitea/salix/dev This commit looks good
Details
This commit is contained in:
parent
7b7d7664e1
commit
b4c23b86a2
|
@ -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"
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue