feat: Add `clickOutsideNotClose` and `closable` props to VibePanel.

This commit is contained in:
GuanMu 2025-12-29 14:10:35 +08:00
parent 1b0140bef7
commit 18babd6f81
1 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,8 @@ const VibePanel: FC = () => {
isShow={showVibePanel}
onClose={handleClose}
className="min-w-[1140px] !p-0"
clickOutsideNotClose
closable
>
<div className="flex h-[680px] flex-wrap">
<div className="h-full w-[570px] shrink-0 overflow-y-auto border-r border-divider-regular p-6">