From 62cb685375a423665e8000f8c4d71c3af8ba184b Mon Sep 17 00:00:00 2001 From: XHY Date: Tue, 9 Apr 2024 21:01:51 +0800 Subject: [PATCH] =?UTF-8?q?css=20text=20=E7=BB=84=E4=BB=B6=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=8A=A8=E6=80=81=E8=AE=BE=E7=BD=AE=20line-height=20?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/CSS/text/line-height.uvue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/CSS/text/line-height.uvue b/pages/CSS/text/line-height.uvue index 93c00593..68353943 100644 --- a/pages/CSS/text/line-height.uvue +++ b/pages/CSS/text/line-height.uvue @@ -2,7 +2,7 @@ line-height: 75px - line-height: 3 + line-height: 3 line-height: 3em line-height: 3\nline-height: 3\nline-height: 3 @@ -20,4 +20,7 @@ margin: 10px 0; padding: 0 10px; } + .line-height-3 { + line-height: 3; + } -- GitLab