!1822 修复:贴图悬停弹框显示问题

pull/1820/MERGE
黄诗津 3 years ago committed by ChenX
parent 478e316736
commit cd26e2e668

@ -65,8 +65,8 @@ export class DataList extends React.Component<IDataListProps> {
content={ content={
<div <div
style={{ style={{
width: 500, width: 360,
height: 500, height: 360,
}} }}
> >
<img src={`${CURRENT_HOST}/${data.path}`} alt="" /> <img src={`${CURRENT_HOST}/${data.path}`} alt="" />

Loading…
Cancel
Save