From 6304d6d7c066d5f360a3332a8b9263cf9d43d76e Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 12 Feb 2023 23:46:01 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E5=BE=AE=E8=B0=83=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/appearance/themes/daylight/theme.css | 4 ++-- app/appearance/themes/midnight/theme.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/appearance/themes/daylight/theme.css b/app/appearance/themes/daylight/theme.css index d690c93bb..b57815604 100644 --- a/app/appearance/themes/daylight/theme.css +++ b/app/appearance/themes/daylight/theme.css @@ -91,8 +91,8 @@ --b3-font-background13: var(--b3-theme-on-background); /* 动画效果 */ - --b3-transition: all .15s cubic-bezier(0, 0, .2, 1) 0ms; - --b3-width-transition: width .15s cubic-bezier(0, 0, .2, 1) 0ms; + --b3-transition: all .2s cubic-bezier(0, 0, .2, 1) 0ms; + --b3-width-transition: width .2s cubic-bezier(0, 0, .2, 1) 0ms; /* 阴影 */ --b3-point-shadow: 0 3px 6px rgba(140,149,159,0.15); diff --git a/app/appearance/themes/midnight/theme.css b/app/appearance/themes/midnight/theme.css index dd4b98dd8..b36bb07a9 100644 --- a/app/appearance/themes/midnight/theme.css +++ b/app/appearance/themes/midnight/theme.css @@ -91,8 +91,8 @@ --b3-font-background13: var(--b3-theme-on-background); /* 动画效果 */ - --b3-transition: all .15s cubic-bezier(0, 0, .2, 1) 0ms; - --b3-width-transition: width .15s cubic-bezier(0, 0, .2, 1) 0ms; + --b3-transition: all .2s cubic-bezier(0, 0, .2, 1) 0ms; + --b3-width-transition: width .2s cubic-bezier(0, 0, .2, 1) 0ms; /* 阴影 */ --b3-point-shadow: 0 3px 6px #010409;