From a4523cd067007f5507bf45430967fe560607fdca Mon Sep 17 00:00:00 2001 From: hdx Date: Tue, 14 Feb 2023 20:16:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20nvue=20css=20=E7=A7=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E5=9C=86=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tutorial/nvue-css.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/nvue-css.md b/docs/tutorial/nvue-css.md index f7afb4975..d978a6a99 100644 --- a/docs/tutorial/nvue-css.md +++ b/docs/tutorial/nvue-css.md @@ -136,7 +136,7 @@ padding {length}:内边距,内容和边框之间的距离,默认值 0。 |border-top-left-radius {length} |非负值, 默认值 0 | |border-top-right-radius {length} |非负值, 默认值 0 | -> ```border-radius```和```border-width```定义了圆心角为90度的椭圆弧的长轴和半长轴的大小。如果邻接两边```border-radius```(或```border-width```不一致,nvue绘制的边框曲线可能不够平滑。 +> ```border-radius```和```border-width```定义了圆心角为90度的椭圆弧的长轴和半长轴的大小。如果邻接两边```border-radius``` 或 ```border-width```不一致,nvue绘制的边框曲线可能不够平滑。 ##### 外边距 -- GitLab