From ca741971632971a96561824fd7950efde7d561a6 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 24 May 2024 16:59:40 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=81=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=82=E0=B9=89=E0=B8=B2=E0=B8=A3=E0=B8=B2=E0=B8=8A?= =?UTF-8?q?=E0=B8=81=E0=B8=B2=E0=B8=A3=20=E0=B8=AF=20=E0=B8=97=E0=B8=B5?= =?UTF-8?q?=E0=B9=88=E0=B9=84=E0=B8=94=E0=B9=89=E0=B8=A3=E0=B8=B1=E0=B8=9A?= =?UTF-8?q?=E0=B8=97=E0=B8=B8=E0=B8=99=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=A8?= =?UTF-8?q?=E0=B8=B6=E0=B8=81=E0=B8=A9=E0=B8=B2/=E0=B8=9D=E0=B8=B6?= =?UTF-8?q?=E0=B8=81=E0=B8=AD=E0=B8=9A=E0=B8=A3=E0=B8=A1=20=3D>=20?= =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20select?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../15_development/views/Scholarship.vue | 11 ++------- src/style/quasar-variables.sass | 24 ++++++++++++------- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/src/modules/15_development/views/Scholarship.vue b/src/modules/15_development/views/Scholarship.vue index b2d8f1729..1886f754b 100644 --- a/src/modules/15_development/views/Scholarship.vue +++ b/src/modules/15_development/views/Scholarship.vue @@ -269,7 +269,7 @@ onMounted(() => { option-label="name" label="เลือกประเภททุน" @update:model-value="fetchNewList" - class="type" + class="select_ellipsis" /> @@ -389,11 +389,4 @@ onMounted(() => { - + diff --git a/src/style/quasar-variables.sass b/src/style/quasar-variables.sass index 9982869d6..6ba901848 100644 --- a/src/style/quasar-variables.sass +++ b/src/style/quasar-variables.sass @@ -150,16 +150,16 @@ $muti-tab: #87d4cc color: #f00 !important /* registry common style */ -.toggle-borderd - border: 1px solid #ecebeb +.toggle-borderd + border: 1px solid #ecebeb -h3.resigtry-tab-title - font-size: 1.2rem - font-weight: 600 - margin: 0 0 - padding: 0 0 +h3.resigtry-tab-title + font-size: 1.2rem + font-weight: 600 + margin: 0 0 + padding: 0 0 -.q-dialog .q-layout__section--marginal +.q-dialog .q-layout__section--marginal background-color: #fff color: #000 @@ -167,4 +167,10 @@ h3.resigtry-tab-title overflow: hidden .q-card__actions - padding: 4px \ No newline at end of file + padding: 4px + +.select_ellipsis .q-field__native > span + white-space: nowrap + overflow: hidden + text-overflow: ellipsis + width: 200px