From bf752e86da54a193b94652a9c91ec20e46e25bb1 Mon Sep 17 00:00:00 2001 From: XHY Date: Fri, 8 Nov 2024 20:07:42 +0800 Subject: [PATCH] =?UTF-8?q?rich-text=20=E6=B7=BB=E5=8A=A0=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=20height=20=E6=B5=8B=E8=AF=95=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/rich-text/rich-text.uvue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pages/component/rich-text/rich-text.uvue b/pages/component/rich-text/rich-text.uvue index 0fb892f3..21344109 100644 --- a/pages/component/rich-text/rich-text.uvue +++ b/pages/component/rich-text/rich-text.uvue @@ -23,6 +23,10 @@ rich-text-parent {{richTextStr}} + + + @@ -88,5 +92,11 @@ .text-box { padding: 20px 0; background-color: white; - } + } + + .text-box2 { + top: 20px; + background-color: white; + } + -- GitLab