编辑页面完成

This commit is contained in:
xixi 2024-05-10 11:37:55 +08:00
parent a20fd793aa
commit 2439cfb391
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ export default function CardProjDownload(props: IProjDownload) {
</div>
</div>
<div className='downBoxx'></div>
</div>
)
}

View File

@ -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;