diff --git a/front/salix/styles/modal-form.scss b/front/salix/styles/modal-form.scss index f633c8e24..e0318c9d2 100644 --- a/front/salix/styles/modal-form.scss +++ b/front/salix/styles/modal-form.scss @@ -10,9 +10,6 @@ vn-dialog.modal-form { margin: 0 auto; } } - tpl-body { - width: 100%; - } table { width: 100% } diff --git a/modules/ticket/front/descriptor/addStowaway.html b/modules/ticket/front/descriptor/addStowaway.html index b21eaed29..613ef2efb 100644 --- a/modules/ticket/front/descriptor/addStowaway.html +++ b/modules/ticket/front/descriptor/addStowaway.html @@ -6,32 +6,34 @@ + on-open="model.refresh()"> - +
Stowaways to add
- - - - - Ticket id - Shipped - Agency - Warehouse - State - - - - - {{ticket.id}} - {{ticket.landed | dateTime: 'dd/MM/yyyy'}} - {{ticket.agencyMode.name}} - {{ticket.warehouse.name}} - {{ticket.state.state.name}} - - - + + + + + + Ticket id + Shipped + Agency + Warehouse + State + + + + + {{ticket.id}} + {{ticket.landed | dateTime: 'dd/MM/yyyy'}} + {{ticket.agencyMode.name}} + {{ticket.warehouse.name}} + {{ticket.state.state.name}} + + + +
\ No newline at end of file