fix: ui conflicts in update of multiple evalute result

This commit is contained in:
jialin
2025-06-09 18:45:47 +08:00
parent f73e29937c
commit 5ef733729b
10 changed files with 128 additions and 82 deletions
@@ -119,6 +119,11 @@ const CompatibilityAlert: React.FC<CompatibilityAlertProps> = (props) => {
contentStyle={contentStyle}
type={type || 'warning'}
icon={renderIcon}
overlayScrollerProps={{
scrollbars: {
autoHide: 'move'
}
}}
></AlertBlockInfo>
{showClose && !['transition'].includes(type) && (
<CloseWrapper className="close-wrapper">