From a4445267438a4842eaf69628b8b0e26f4710ce58 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 9 Feb 2025 20:00:08 +0800 Subject: [PATCH] modify style --- src/styles/desktop/global.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/desktop/global.scss b/src/styles/desktop/global.scss index fcd5085a..1eff2995 100644 --- a/src/styles/desktop/global.scss +++ b/src/styles/desktop/global.scss @@ -228,6 +228,10 @@ input[type=number] { } } +.v-btn__overlay { + transition: none; +} + .w-100-window-container.v-window > .v-window__container { width: 100%; }