From 5a08798b22f83616bcd7537a7d9ece883c785183 Mon Sep 17 00:00:00 2001 From: joan Date: Wed, 11 Nov 2020 09:11:11 +0100 Subject: [PATCH 1/2] 2591 - Data checked icon --- modules/ticket/front/index/index.html | 31 +++++++++++------------- modules/ticket/front/index/locale/es.yml | 3 ++- modules/ticket/front/index/style.scss | 17 +++++++++++++ 3 files changed, 33 insertions(+), 18 deletions(-) diff --git a/modules/ticket/front/index/index.html b/modules/ticket/front/index/index.html index 6d63ccc81..2a56ab115 100644 --- a/modules/ticket/front/index/index.html +++ b/modules/ticket/front/index/index.html @@ -13,9 +13,8 @@ model="model"> - - - Id + + Id Salesperson Date Hour @@ -33,48 +32,46 @@ - + - + + icon="icon-no036"> - - - {{::ticket.id}} + {{::ticket.id}} @@ -190,7 +187,7 @@ - vn-icon { + margin-left: 3px; + margin-right: 3px; + } } \ No newline at end of file From 9d5765724b7969e795f639f102ccdc57cd47d0c8 Mon Sep 17 00:00:00 2001 From: joan Date: Wed, 11 Nov 2020 09:17:34 +0100 Subject: [PATCH 2/2] Removed max width --- modules/ticket/front/index/style.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/ticket/front/index/style.scss b/modules/ticket/front/index/style.scss index 3cb94f905..35c4e8b60 100644 --- a/modules/ticket/front/index/style.scss +++ b/modules/ticket/front/index/style.scss @@ -7,11 +7,6 @@ vn-ticket-index { } } - vn-th.icon-field, - vn-td.icon-field { - width: 1px - } - vn-th.icon-field, vn-th.icon-field *, vn-td.icon-field,