diff --git a/pages/component-instance/nextTick-function/child.uvue b/pages/component-instance/nextTick-function/child.uvue
index 8b86edd34fd9e1c58e57c93b11ff57e689ba714d..1867409660915181725383f0e3ae749ece7b7362 100644
--- a/pages/component-instance/nextTick-function/child.uvue
+++ b/pages/component-instance/nextTick-function/child.uvue
@@ -1,100 +1,100 @@
-
- child component
-
-
- $nextTick Before Width:
- {{nextTickBeforeWidth}}
-
-
- $nextTick Before Height:
- {{nextTickBeforeHeight}}
-
-
- $nextTick After Width:
- {{nextTickAfterWidth}}
-
-
- $nextTick After Height:
- {{nextTickAfterHeight}}
-
+
+ child component
+
+
+ $nextTick Before Width:
+ {{nextTickBeforeWidth}}
+
+ $nextTick Before Height:
+ {{nextTickBeforeHeight}}
+
+
+ $nextTick After Width:
+ {{nextTickAfterWidth}}
+
+
+ $nextTick After Height:
+ {{nextTickAfterHeight}}
+
+
+ .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 91f8c96e5f659f680c6189175cfb96d76de124b9..ce64699859af0df6afc5fdd2d73813612ded61b6 100644
--- a/pages/component-instance/nextTick-function/nextTick-function.uvue
+++ b/pages/component-instance/nextTick-function/nextTick-function.uvue
@@ -1,9 +1,9 @@
-
+
-
+
$nextTick Before Width:
@@ -23,84 +23,76 @@
-
+
+ .rect {
+ background-color: red;
+ }
+
\ No newline at end of file