未验证 提交 595432e0 编写于 作者: O openharmony_ci 提交者: Gitee

!12669 【web】字体接口入参描述修改

Merge pull request !12669 from zhufenghao/master
......@@ -713,7 +713,7 @@ defaultFixedFontSize(size: number)
| 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 |
| ------ | -------- | ---- | ------ | ---------------------------- |
| size | number | 是 | 13 | 设置网页的默认固定字体大小。 |
| size | number | 是 | 13 | 设置网页的默认固定字体大小。入参限制为1到72之间的非负整数,小于1的数固定为1,超过72的数固定为72。 |
**示例:**
......@@ -744,7 +744,7 @@ defaultFontSize(size: number)
| 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 |
| ------ | -------- | ---- | ------ | ------------------------ |
| size | number | 是 | 16 | 设置网页的默认字体大小。 |
| size | number | 是 | 16 | 设置网页的默认字体大小。入参限制为1到72之间的非负整数,小于1的数固定为1,超过72的数固定为72。 |
**示例:**
......@@ -775,7 +775,7 @@ minFontSize(size: number)
| 参数名 | 参数类型 | 必填 | 默认值 | 参数描述 |
| ------ | -------- | ---- | ------ | ------------------------ |
| size | number | 是 | 8 | 设置网页字体大小最小值。 |
| size | number | 是 | 8 | 设置网页字体大小最小值。入参限制为1到72之间的非负整数,小于1的数固定为1,超过72的数固定为72。 |
**示例:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册