From 8085f7cf110149d0ba1e74209a753fbfc8dce817 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Tue, 23 Jul 2024 01:34:35 +0800 Subject: [PATCH] modify style --- src/styles/desktop/global.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/styles/desktop/global.scss b/src/styles/desktop/global.scss index c7c5f4de..11b966af 100644 --- a/src/styles/desktop/global.scss +++ b/src/styles/desktop/global.scss @@ -195,6 +195,17 @@ input[type=number] { height: 1rem; } +.v-btn-toggle { + .v-btn { + .right-bottom-icon { + .v-icon { + color: inherit; + font-size: 0.8125rem; + } + } + } +} + .w-100-window-container.v-window > .v-window__container { width: 100%; }