Bug #431 error con tickets sin foto
This commit is contained in:
parent
f3ad02e28c
commit
82b0323847
|
@ -74,7 +74,7 @@
|
|||
</vn-td>
|
||||
<vn-td>
|
||||
<vn-icon
|
||||
ng-show="sale.visible || sale.available"
|
||||
ng-show="!sale.visible || !sale.available"
|
||||
orange
|
||||
icon="warning"
|
||||
vn-tooltip="Visible: {{::sale.visible || 0}} <br> {{::$ctrl.translate.instant('Available')}} {{::sale.available || 0}}">
|
||||
|
|
|
@ -81,7 +81,8 @@ vn-ticket-sale {
|
|||
}
|
||||
}
|
||||
img {
|
||||
border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
max-width: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue