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