From 65df35c84030476e41eca9e144c3dca0b78d4ee1 Mon Sep 17 00:00:00 2001 From: joan Date: Thu, 19 Jan 2023 07:17:51 +0100 Subject: [PATCH] Style fixes --- src/css/app.scss | 10 +++++ src/css/quasar.variables.scss | 1 - src/pages/Customer/CustomerMain.vue | 68 ++++++++++++++++------------- 3 files changed, 47 insertions(+), 32 deletions(-) diff --git a/src/css/app.scss b/src/css/app.scss index 73660398b..2e6008b1e 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -13,3 +13,13 @@ a { .link:hover { color: $orange-4; } + +// Removes chrome autofill background +input:-webkit-autofill, +select:-webkit-autofill { + color: $input-text-color !important; + font-family: $typography-font-family; + -webkit-text-fill-color: $input-text-color !important; + -webkit-background-clip: text !important; + background-clip: text !important; +} diff --git a/src/css/quasar.variables.scss b/src/css/quasar.variables.scss index aa89a88d9..abe905c55 100644 --- a/src/css/quasar.variables.scss +++ b/src/css/quasar.variables.scss @@ -29,5 +29,4 @@ $border-thin-light: 1px solid $color-spacer-light; $dark-shadow-color: #000; $layout-shadow-dark: 0 0 10px 2px rgba(0, 0, 0, 0.2), 0 0px 10px rgba(0, 0, 0, 0.24); - $spacing-md: 16px; diff --git a/src/pages/Customer/CustomerMain.vue b/src/pages/Customer/CustomerMain.vue index dfc391418..bd36f7454 100644 --- a/src/pages/Customer/CustomerMain.vue +++ b/src/pages/Customer/CustomerMain.vue @@ -46,7 +46,7 @@ async function doSearch() { // } const params = userParams; - await arrayData.apply({ filter: {}, params }); + await arrayData.apply({ params }); searchPanel.value.hide(); } @@ -65,6 +65,12 @@ async function doSearch() { // searchRows.value = rows // } +function searchParams(params) { + switch (params) { + + } +} + function setWorkers(data) { workers.value = data; workersCopy.value = data; @@ -125,14 +131,40 @@ function setWorkers(data) {
-
- -
- + +
+
+ +
+
+ +
+
+ + +
@@ -179,32 +211,6 @@ function setWorkers(data) { -
-
- - - -
-
-