From a96dcf29819465d882099b92f2f67bffd3f7586d Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 15 Nov 2024 09:27:12 +0700 Subject: [PATCH] =?UTF-8?q?fix=20select=20=E0=B8=9B=E0=B8=A3=E0=B8=B0?= =?UTF-8?q?=E0=B9=80=E0=B8=A0=E0=B8=97=E0=B8=84=E0=B8=B3=E0=B8=AA=E0=B8=B1?= =?UTF-8?q?=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/18_command/views/lists.vue | 4 ++-- src/style/quasar-variables.sass | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/modules/18_command/views/lists.vue b/src/modules/18_command/views/lists.vue index b708e4a10..2b99e7ac3 100644 --- a/src/modules/18_command/views/lists.vue +++ b/src/modules/18_command/views/lists.vue @@ -142,7 +142,7 @@ onMounted(async () => { { use-input @update:model-value="(queryParams.page = 1), fetchListCommand()" outlined - style="width: 690px" + style="width: 620px" @filter="(inputValue:string, doneFn:Function) => filterSelector(inputValue, doneFn) " > diff --git a/src/style/quasar-variables.sass b/src/style/quasar-variables.sass index d49781c92..2a73455dd 100644 --- a/src/style/quasar-variables.sass +++ b/src/style/quasar-variables.sass @@ -185,4 +185,5 @@ h3.resigtry-tab-title white-space: nowrap overflow: hidden text-overflow: ellipsis - width: 550px + width: auto + max-width: 60ch