mirror of
https://github.com/langgenius/dify.git
synced 2026-06-08 09:27:39 +08:00
feat(web): improve a11y and remove data-testid (#35999)
This commit is contained in:
@ -58,7 +58,7 @@ const InstallBundle: FC<Props> = ({
|
||||
}}
|
||||
>
|
||||
<DialogContent className={cn('relative w-full max-w-[480px] overflow-hidden! text-left align-middle', cn(modalClassName, 'shadows-shadow-xl flex min-w-[560px] flex-col items-start rounded-2xl border-[0.5px] border-components-panel-border bg-components-panel-bg p-0'))}>
|
||||
<DialogCloseButton data-testid="modal-close-button" />
|
||||
<DialogCloseButton />
|
||||
|
||||
<div className="flex items-start gap-2 self-stretch pt-6 pr-14 pb-3 pl-6">
|
||||
<div className="self-stretch title-2xl-semi-bold text-text-primary">
|
||||
|
||||
Reference in New Issue
Block a user