From 2976466c4b111ac8c6549453d3200108ea5cf75f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=98=A5=E5=88=9A?= <240119726@qq.com> Date: Mon, 6 Dec 2021 07:38:25 +0000 Subject: [PATCH] !35 update docs/nvue-css.md. * update docs/nvue-css.md. --- docs/nvue-css.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nvue-css.md b/docs/nvue-css.md index 2d9a1bba6..6aa08b5d8 100644 --- a/docs/nvue-css.md +++ b/docs/nvue-css.md @@ -727,7 +727,7 @@ font-weight {string}:字体粗细程度。默认值: ```normal```; |line-through |定义穿过文本下的一条线 | -> 只支持 ```text``` 和 ```ricthext``` +> 只支持 ```text``` 和 ```richtext``` > > 不支持 ```text-decoration:overline``` @@ -756,7 +756,7 @@ font-weight {string}:字体粗细程度。默认值: ```normal```; |-- |-- | |clip |修剪文本 | |ellipsis |显示省略符号来代表被修剪的文本 | -> 只支持 ```text``` 和 ```ricthext``` +> 只支持 ```text``` 和 ```richtext``` ### lines ```lines {number}```: 正整数,指定最大文本行数,默认```lines```值为0,表示不限制最大行数```lines```。如果文本不够长,实际展示行数会小于指定行数。 -- GitLab