From e12723dee24c1ca1f9e0d91df1a5b67545172702 Mon Sep 17 00:00:00 2001 From: wangzhitong Date: Tue, 15 Oct 2024 17:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20border-radius=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/CSS/border/border-radius.uvue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pages/CSS/border/border-radius.uvue b/pages/CSS/border/border-radius.uvue index 6c733a98..2030c3c2 100644 --- a/pages/CSS/border/border-radius.uvue +++ b/pages/CSS/border/border-radius.uvue @@ -31,6 +31,19 @@ border-radius: 250px(与长宽相同形成正圆) + + + + border-radius: 10px(包含子视图) + + + + + + border-bottom-left-radius: 10px \nborder-bottom-right-radius: 10px \n(包含子视图) + + + -- GitLab