diff --git a/.dumi/theme/slots/Header/index.tsx b/.dumi/theme/slots/Header/index.tsx index 22dd3a92ed54..a5d194778240 100644 --- a/.dumi/theme/slots/Header/index.tsx +++ b/.dumi/theme/slots/Header/index.tsx @@ -367,7 +367,14 @@ const Header: React.FC = () => { )} {isZhCN && bannerVisible && ( - + ({ - backgroundColor: bgColor, + background: bgColor, border: `${token.lineWidth}px ${token.lineType} ${borderColor}`, [`${alertCls}-icon`]: { color: iconColor,