From 696ab7c4b27cbafc58ea47b393bea1ab386c67be Mon Sep 17 00:00:00 2001 From: Tanyalak Date: Fri, 21 Jul 2023 13:57:47 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20drawer?= =?UTF-8?q?=20=E0=B9=80=E0=B8=A1=E0=B8=99=E0=B8=B9=E0=B8=A2=E0=B9=88?= =?UTF-8?q?=E0=B8=AD=E0=B8=A2=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=E0=B9=80=E0=B8=95=E0=B8=B4=E0=B8=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/MainLayout.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index 9c38c4542..ef5b9d5d2 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -754,7 +754,7 @@ if (keycloak.tokenParsed != null) { :to="{ name: `${subMenu2.path}` }" > - {{ subMenu2.label }} @@ -942,9 +942,12 @@ if (keycloak.tokenParsed != null) { .expan2 .q-item { padding-left: 10%; } -/* .menuSubAct { - background: #1e2529d9; -} */ +.subLabel{ + white-space: nowrap; + width: 160px; + overflow: hidden; + text-overflow: ellipsis; +} .font-400 { font-weight: 400; }