mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 22:06:52 +08:00
feat: siderbar operation support portal (#1061)
This commit is contained in:
@@ -34,7 +34,7 @@ export default function Confirm({
|
||||
const cancelTxt = cancelText || `${t('common.operation.cancel')}`
|
||||
return (
|
||||
<Transition appear show={isShow} as={Fragment}>
|
||||
<Dialog as="div" className="relative z-10" onClose={onClose} onClick={e => e.preventDefault()}>
|
||||
<Dialog as="div" className="relative z-[100]" onClose={onClose} onClick={e => e.preventDefault()}>
|
||||
<Transition.Child
|
||||
as={Fragment}
|
||||
enter="ease-out duration-300"
|
||||
|
||||
Reference in New Issue
Block a user