From 29744c52f3c4b50739bb9ae986bb83694c62b227 Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Fri, 12 Jul 2019 11:43:10 +0200 Subject: [PATCH] fixed ticket.index --- modules/ticket/front/index/index.html | 3 +-- modules/ticket/front/index/index.js | 26 +++++++++++++------------- modules/ticket/front/index/style.scss | 22 ++++++++++++++-------- 3 files changed, 28 insertions(+), 23 deletions(-) diff --git a/modules/ticket/front/index/index.html b/modules/ticket/front/index/index.html index bf8ccea49..c6e864a86 100644 --- a/modules/ticket/front/index/index.html +++ b/modules/ticket/front/index/index.html @@ -2,7 +2,6 @@ vn-id="model" url="/ticket/api/Tickets/filter" limit="20" - params="::$ctrl.params" data="tickets" order="shipped DESC, zoneHour ASC, zoneMinute ASC, clientFk" auto-load="false"> @@ -13,7 +12,7 @@ { if (res.data) { this.filter = { @@ -42,7 +42,7 @@ export default class Controller { }; } }); - } + } */ setBalanceCreateDialog() { let data = this.$.tickets; diff --git a/modules/ticket/front/index/style.scss b/modules/ticket/front/index/style.scss index b5722b9b1..6a935c7f6 100644 --- a/modules/ticket/front/index/style.scss +++ b/modules/ticket/front/index/style.scss @@ -1,11 +1,17 @@ @import "variables"; -vn-ticket-index vn-icon-menu { - padding-top: 30px; - padding-left: 10px; - color: $color-main; - - li { - color: initial; +vn-ticket-index { + vn-icon-menu { + padding-top: 30px; + padding-left: 10px; + color: $color-main; + + li { + color: initial; + } } -} + + vn-searchbar { + width: 100% + } +} \ No newline at end of file