chore: set the size of the banner image to be 100% scale

This commit is contained in:
medcl
2025-01-31 14:59:21 +08:00
committed by Medcl
parent 8d6d5cdcac
commit 05bc38a5e9

View File

@@ -235,7 +235,8 @@ export default function CocoCloud() {
{isConnect ? (
<div className="max-w-4xl mx-auto">
<div className="w-full rounded-[4px] bg-[rgba(229,229,229,1)] dark:bg-gray-800 mb-6">
<img
<img
width="100%"
src={currentService.provider.banner || bannerImg}
alt="banner"
/>