From cc678a2b519e8fe636188b40153bf92c2b6e2d22 Mon Sep 17 00:00:00 2001 From: handsomeFu Date: Fri, 30 Aug 2024 21:33:02 +0800 Subject: [PATCH] fix: ensure left panel element spans full width on small screens (#4281) --- packages/effects/layouts/src/authentication/authentication.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/effects/layouts/src/authentication/authentication.vue b/packages/effects/layouts/src/authentication/authentication.vue index 76909674..2a972383 100644 --- a/packages/effects/layouts/src/authentication/authentication.vue +++ b/packages/effects/layouts/src/authentication/authentication.vue @@ -36,7 +36,7 @@ const logoSource = computed(() => preferences.logo.source);