mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-18 05:51:56 +08:00
style: 移除 CoverImage 组件中的多余边框样式
This commit is contained in:
parent
40c2fc9b0d
commit
f7ff1d044a
@ -39,9 +39,8 @@ const CoverImage = (props) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={`border-2 border-gray-50 md:scale-100 scale-50 ${props.platform}`}>
|
<div className={`md:scale-100 scale-50 ${props.platform}`}>
|
||||||
{selectTheme(theme)}
|
{selectTheme(theme)}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user