+ {#if hasFloatingClose}
+
+ {/if}
+
{#if hasHeader}
+
+
diff --git a/packages/ui/src/lib/types.ts b/packages/ui/src/lib/types.ts
index 9eefa568..28e7f2a2 100644
--- a/packages/ui/src/lib/types.ts
+++ b/packages/ui/src/lib/types.ts
@@ -432,6 +432,8 @@ export interface ModalProps {
title?: string
/** 尺寸 */
size?: Size | 'full'
+ /** 面板圆角(任意合法 CSS border-radius 值,默认 1rem) */
+ radius?: string
/** 是否可通过点击遮罩关闭 */
closeOnBackdrop?: boolean
/** 是否可通过 ESC 键关闭 */
diff --git a/packages/ui/tests/types.test.ts b/packages/ui/tests/types.test.ts
index 3f0b2c67..a8166ca5 100644
--- a/packages/ui/tests/types.test.ts
+++ b/packages/ui/tests/types.test.ts
@@ -217,6 +217,7 @@ describe('组合组件 Props', () => {
expectTypeOf