fix: 预警记录 图片移出
This commit is contained in:
parent
68e7ac2642
commit
a4ff47ea1a
@ -115,7 +115,7 @@ export const WarningRecordCard: React.FC<WarningRecordCardProps> = (props) => {
|
||||
/>
|
||||
</div>
|
||||
}
|
||||
style={{ width: `${pxToRem("356px")}`, height: `${pxToRem("302px")}`, padding: `${pxToRem("10px")}`, borderRadius: `${pxToRem("4px")}`, ...selectedCardStyle, ...cardStyle }}
|
||||
style={{ padding: `${pxToRem("10px")}`, borderRadius: `${pxToRem("4px")}`, ...selectedCardStyle, ...cardStyle }}
|
||||
{...cardProps}
|
||||
>
|
||||
<div className={`${componentName}-left-context`}>
|
||||
|
Loading…
Reference in New Issue
Block a user