From 38d0fe3ec40b645d1d3453fe6d03e440d68444cf Mon Sep 17 00:00:00 2001
From: zhenyuWang <13641039885@163.com>
Date: Wed, 11 Oct 2023 11:50:15 +0800
Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E5=A4=8D=20data=20=E4=B8=AD?=
=?UTF-8?q?=20texts=20=E6=8D=A2=E8=A1=8C=E9=94=99=E4=B9=B1=E9=97=AE?=
=?UTF-8?q?=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/component/text/text.uvue | 151 ++++++++++++++++++---------------
1 file changed, 81 insertions(+), 70 deletions(-)
diff --git a/pages/component/text/text.uvue b/pages/component/text/text.uvue
index 889ec463..e511831b 100644
--- a/pages/component/text/text.uvue
+++ b/pages/component/text/text.uvue
@@ -1,83 +1,94 @@
-
-
-
-
- {{text}}
-
-
-
-
-
-
-
+
+
+
+
+ {{ text }}
+
+
+
+
+
+
+
\ No newline at end of file
+.text {
+ font-size: 30rpx;
+ color: #353535;
+ line-height: 54rpx;
+ text-align: center;
+}
+
--
GitLab