fix: jump to playground from model list

This commit is contained in:
jialin
2024-11-28 21:58:28 +08:00
parent 51ae3a16bd
commit c456f63e8c
+6 -2
View File
@@ -69,16 +69,20 @@ const SingleImage: React.FC<SingleImageProps> = (props) => {
return ( return (
<div <div
key={uid} key={uid}
className={classNames('single-image', { 'auto-bg-color': autoBgColor })} className={classNames('single-image', { 'auto-bg-color': false })}
> >
{autoBgColor && ( {/* {autoBgColor && (
<div <div
className="mask" className="mask"
style={{ style={{
background: `url(${dataUrl}) center center / cover no-repeat` background: `url(${dataUrl}) center center / cover no-repeat`
}} }}
></div> ></div>
<<<<<<< HEAD
)} )}
=======
)} */}
>>>>>>> 2c31c4a (fix: jump to playground from model list)
<span <span
className="thumb-img" className="thumb-img"
style={{ style={{