From 51d5c9ffaf2b74e6e83e036957c551000fc15695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A3=8A?= <1633537611@qq.com> Date: Sat, 9 Mar 2024 18:45:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20transition=20=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E7=A4=BA=E4=BE=8B?= 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 034e3964..d30476e9 100644 --- a/pages/CSS/transition/transition.uvue +++ b/pages/CSS/transition/transition.uvue @@ -93,7 +93,7 @@ methods: { changeWidthOrHeight() { this.widthOrHeight?.style?.setProperty("width", this.isTranstionWidthOrHeight - ? '190px' + ? '200px' : '300px') this.isTranstionWidthOrHeight = !this.isTranstionWidthOrHeight }, -- GitLab