From d4566007c409df5511e162405517486716ab8127 Mon Sep 17 00:00:00 2001 From: yinjiacheng Date: Wed, 1 Nov 2023 17:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0text=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/text/text-props.uvue | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pages/component/text/text-props.uvue b/pages/component/text/text-props.uvue index 691cf291..7ecd6abf 100644 --- a/pages/component/text/text-props.uvue +++ b/pages/component/text/text-props.uvue @@ -21,6 +21,7 @@ \\n 换行 \\\n 换行 \n 换行 \\n 换行 \\\n 换行 \\\\n 换行 \\\\\n 换行 + HBuilderX,轻巧、极速,极客编辑器;\nuni-app x,终极跨平台方案; @@ -84,6 +85,17 @@ 二级节点大字体 + + + padding + + + hello uni-app x + hello uni-app x + hello uni-app x + hello uni-app x + + @@ -118,4 +130,11 @@ export default { line-height: 54rpx; text-align: center; } + +.text-padding { + margin-top: 5px; + padding: 20px; + border: 1px solid red; + text-align: center; +} -- GitLab