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 (
<div
key={uid}
className={classNames('single-image', { 'auto-bg-color': autoBgColor })}
className={classNames('single-image', { 'auto-bg-color': false })}
>
{autoBgColor && (
{/* {autoBgColor && (
<div
className="mask"
style={{
background: `url(${dataUrl}) center center / cover no-repeat`
}}
></div>
<<<<<<< HEAD
)}
=======
)} */}
>>>>>>> 2c31c4a (fix: jump to playground from model list)
<span
className="thumb-img"
style={{