From 4b26c255c5fc19afbab1dcf734c3e5d94b214a25 Mon Sep 17 00:00:00 2001 From: XHY Date: Mon, 27 May 2024 17:54:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20transition=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E8=83=8C=E6=99=AF=E8=89=B2=E7=A4=BA=E4=BE=8B=E5=A4=9A?= =?UTF-8?q?=E4=B8=AA;=E5=8F=B7=E5=9C=A8web=E5=B9=B3=E5=8F=B0=E4=B8=8A?= =?UTF-8?q?=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/CSS/transition/transition.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/CSS/transition/transition.uvue b/pages/CSS/transition/transition.uvue index 623fa851..d8d3afd2 100644 --- a/pages/CSS/transition/transition.uvue +++ b/pages/CSS/transition/transition.uvue @@ -165,7 +165,7 @@ changeBackground2() { this.styleBackground2?.style?.setProperty("background-color", this.isTransitionstyleBackground2 ? 'brown' - : 'rgba(0, 0, 0, 0.5);' + : 'rgba(0, 0, 0, 0.5)' ) this.isTransitionstyleBackground2 = !this.isTransitionstyleBackground2 }, -- GitLab