diff --git a/front/core/components/table/style.scss b/front/core/components/table/style.scss index 878002e01..c3aaca1b1 100644 --- a/front/core/components/table/style.scss +++ b/front/core/components/table/style.scss @@ -97,7 +97,6 @@ vn-table { min-width: 0; } &[vn-fetched-tags] { - width: 235px; min-width: 155px; & > vn-one { overflow: hidden; diff --git a/modules/monitor/front/index/tickets/index.html b/modules/monitor/front/index/tickets/index.html index cb7b4f235..6f985d0a6 100644 --- a/modules/monitor/front/index/tickets/index.html +++ b/modules/monitor/front/index/tickets/index.html @@ -33,7 +33,7 @@ - + Client Salesperson Date @@ -50,7 +50,7 @@ - + - Available - Id + Available + Id Quantity - Item + Item Price Disc Amount @@ -112,14 +112,14 @@ zoom-image="{{::$root.imagePath('catalog', '1600x900', sale.itemFk)}}" on-error-src/> - + {{::sale.available}} - + {{sale.itemFk}} @@ -149,7 +149,7 @@ - + {{sale.concept}} diff --git a/modules/ticket/front/sale/style.scss b/modules/ticket/front/sale/style.scss index a55487978..5e89314d6 100644 --- a/modules/ticket/front/sale/style.scss +++ b/modules/ticket/front/sale/style.scss @@ -30,7 +30,6 @@ vn-ticket-sale { & vn-one { overflow: hidden; text-overflow: ellipsis; - font-size: 0.75rem; } & vn-one:nth-child(2) h3 { @@ -72,7 +71,7 @@ vn-ticket-sale { padding: 0!important; } } - #ticketId { + vn-autocomplete { min-width: 150px } }