From f75a311a3aac1f736cf6b55719100f752034722c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E7=A3=8A?= <1633537611@qq.com>
Date: Tue, 9 Jan 2024 16:44:46 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9transition=E7=A4=BA=E4=BE=8B?=
=?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9transform=E7=A4=BA=E4=BE=8B=EF=BC=8C?=
=?UTF-8?q?=E7=BB=9F=E4=B8=80web=E4=B8=8E=E5=AE=89=E5=8D=93=E7=9A=84?=
=?UTF-8?q?=E9=80=BB=E8=BE=91=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/CSS/transition/transition.uvue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pages/CSS/transition/transition.uvue b/pages/CSS/transition/transition.uvue
index 45bad76e..544d991d 100644
--- a/pages/CSS/transition/transition.uvue
+++ b/pages/CSS/transition/transition.uvue
@@ -29,9 +29,9 @@
点击修改Transform
-
+
点击修改Transform(含transform-origin)
-
+
点击修改Border
@@ -86,8 +86,8 @@
methods: {
changeWidthOrHeight() {
this.widthOrHeight?.style?.setProperty("width", this.isTranstionWidthOrHeight
- ? '60%'
- : '100%')
+ ? '190px'
+ : '300px')
this.isTranstionWidthOrHeight = !this.isTranstionWidthOrHeight
},
changeMargin() {
--
GitLab