From 56b9ae3fe8040ba3c2ca46fa182acedfa41164f9 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Tue, 23 Jan 2024 12:07:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20$nextTick=E6=B5=8B=E8=AF=95=E4=BE=8Bcrea?= =?UTF-8?q?teSelectorQuery=E5=BA=94=E4=BD=BF=E7=94=A8in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nextTick-function/child.uvue | 166 +++++++++--------- .../nextTick-function/nextTick-function.uvue | 128 +++++++------- 2 files changed, 143 insertions(+), 151 deletions(-) diff --git a/pages/component-instance/nextTick-function/child.uvue b/pages/component-instance/nextTick-function/child.uvue index 8b86edd..1867409 100644 --- a/pages/component-instance/nextTick-function/child.uvue +++ b/pages/component-instance/nextTick-function/child.uvue @@ -1,100 +1,100 @@ + .rect { + background-color: blue; + display: flex; + align-items: center; + justify-content: center; + } + \ No newline at end of file diff --git a/pages/component-instance/nextTick-function/nextTick-function.uvue b/pages/component-instance/nextTick-function/nextTick-function.uvue index 91f8c96..ce64699 100644 --- a/pages/component-instance/nextTick-function/nextTick-function.uvue +++ b/pages/component-instance/nextTick-function/nextTick-function.uvue @@ -1,9 +1,9 @@ + .rect { + background-color: red; + } + \ No newline at end of file -- GitLab