From 542b830a91627b59d596c807e586101a699039fe Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 24 May 2024 13:52:58 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20=20respo?= =?UTF-8?q?nsive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/01_dashboard/views/Dashboard.vue | 2 +- .../components/TableListEvaluate.vue | 50 +- .../06_evaluate/views/EvaluateMain.vue | 2 +- src/modules/08_KPI/views/form.vue | 451 +++++++++--------- src/modules/08_KPI/views/mainEvaluator.vue | 171 ++++--- src/modules/09_scholarship/views/detail.vue | 250 +++++----- src/modules/09_scholarship/views/main.vue | 239 ++++------ src/style/quasar-variables.sass | 6 + 8 files changed, 611 insertions(+), 560 deletions(-) diff --git a/src/modules/01_dashboard/views/Dashboard.vue b/src/modules/01_dashboard/views/Dashboard.vue index 38b3328..27b38e9 100644 --- a/src/modules/01_dashboard/views/Dashboard.vue +++ b/src/modules/01_dashboard/views/Dashboard.vue @@ -257,7 +257,7 @@ const thaiOptions: Intl.DateTimeFormatOptions = {
diff --git a/src/modules/06_evaluate/components/TableListEvaluate.vue b/src/modules/06_evaluate/components/TableListEvaluate.vue index ef058fb..6b0f5ec 100644 --- a/src/modules/06_evaluate/components/TableListEvaluate.vue +++ b/src/modules/06_evaluate/components/TableListEvaluate.vue @@ -152,7 +152,7 @@ watch([() => currentPage.value, () => pagination.value.rowsPerPage], () => { + - + + diff --git a/src/style/quasar-variables.sass b/src/style/quasar-variables.sass index 39fea51..b995a40 100644 --- a/src/style/quasar-variables.sass +++ b/src/style/quasar-variables.sass @@ -82,3 +82,9 @@ input.input-alert .input-alert i.text-primary color: #f00 !important + +.select_ellipsis .q-field__native > span + white-space: nowrap + overflow: hidden + text-overflow: ellipsis + width: 200px