diff --git a/pages/CSS/transition/transition.uvue b/pages/CSS/transition/transition.uvue index 45bad76eb7c22c5af5569b2693fe2a390fcc8839..544d991d1ad0e349302c6e14c22fd199fa5918f8 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() {