From 254dc495e3b4f8db32e7a0700771998b79f63314 Mon Sep 17 00:00:00 2001 From: yurj26 <1816387074@qq.com> Date: Tue, 17 Oct 2023 16:13:23 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20button=E9=BB=98=E8=AE=A4=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/uni-app-x/component/button.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/uni-app-x/component/button.md b/docs/uni-app-x/component/button.md index 5612a4b72..e7d314f13 100644 --- a/docs/uni-app-x/component/button.md +++ b/docs/uni-app-x/component/button.md @@ -67,3 +67,4 @@ button 组件没有 url 属性,如果要跳转页面,可以在@click中编 ## tips - button 的text区域文字,app-uvue下不支持 `\n` 方式换行,会直接显示 `\n` 字符。微信小程序下 `\n` 会变成一个空格 +- button 的默认高度为46px,文字大小为18px,文字行高为46px。如果修改了默认高度,要注意手动调整文字行高 -- GitLab