From f9581af5668e7dadbbaa5883dd98c9e100d69b07 Mon Sep 17 00:00:00 2001 From: Luozf12345 <2515187986@qq.com> Date: Fri, 29 Dec 2023 12:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0pupupApi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tdesign-component/example/assets/api/popup_api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tdesign-component/example/assets/api/popup_api.md b/tdesign-component/example/assets/api/popup_api.md index 6b76e6834..ae50239e3 100644 --- a/tdesign-component/example/assets/api/popup_api.md +++ b/tdesign-component/example/assets/api/popup_api.md @@ -30,6 +30,7 @@ | closeColor | Color? | - | 关闭按钮颜色 | | closeClick | PopupClick? | - | 关闭按钮点击回调 | | backgroundColor | Color? | - | 背景颜色 | +| radius | double? | - | 圆角 | | key | | - | | ``` @@ -51,6 +52,7 @@ | rightTextColor | Color? | - | 右边文本颜色 | | rightClick | PopupClick? | - | 右边文本点击回调 | | backgroundColor | Color? | - | 背景颜色 | +| radius | double? | - | 圆角 | | key | | - | | ``` @@ -67,4 +69,5 @@ | closeColor | Color? | - | 关闭按钮颜色 | | closeClick | PopupClick? | - | 关闭按钮点击回调 | | backgroundColor | Color? | - | 背景颜色 | +| radius | double? | - | 圆角 | | key | | - | |