From 69f5aca853f4d0b976a98dd37f72a95e0fe81860 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 24 Jun 2023 00:16:19 +0800 Subject: [PATCH] fix autocomplete style issue --- src/styles/desktop/configured-variables/_vuetify.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/styles/desktop/configured-variables/_vuetify.scss b/src/styles/desktop/configured-variables/_vuetify.scss index 772f2b25..a39f84f0 100644 --- a/src/styles/desktop/configured-variables/_vuetify.scss +++ b/src/styles/desktop/configured-variables/_vuetify.scss @@ -1,3 +1 @@ -@forward "@/styles/desktop/template/vuetify/variables" with ( - $input-chips-margin-top: 0 -); +@forward "@/styles/desktop/template/vuetify/variables";