From 2439cfb391e870c595fa557db4a82605778a597e Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Fri, 10 May 2024 11:37:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/card/CardProjDownload.tsx | 1 + src/components/card/card-proj-download.css | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/components/card/CardProjDownload.tsx b/src/components/card/CardProjDownload.tsx index 5167df9..2fe6dc5 100644 --- a/src/components/card/CardProjDownload.tsx +++ b/src/components/card/CardProjDownload.tsx @@ -24,6 +24,7 @@ export default function CardProjDownload(props: IProjDownload) { +
) } \ No newline at end of file diff --git a/src/components/card/card-proj-download.css b/src/components/card/card-proj-download.css index 248ceec..f9b3b18 100644 --- a/src/components/card/card-proj-download.css +++ b/src/components/card/card-proj-download.css @@ -7,6 +7,7 @@ margin-bottom: 27px; box-shadow: 0px 3px 0px 0px #EBDFD5; border-radius: 4px; + position: relative; } .card-proj-nodownload{ width: 309px; @@ -15,6 +16,7 @@ background-color: #f3f3f3; margin-bottom: 27px; border-radius: 4px; + position: relative; } .cpDown-bot{ display: flex;