Skip to content

Commit

Permalink
FE: [fix] 탐지결과 페이지 UI 수정#70
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeona01 committed Nov 28, 2024
1 parent 7158116 commit ed0d967
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import ExcelIcon from "@/assets/images/Excel.svg";

const ReportSection = () => {
return (
<div className="relative w-full mb-20 flex justify-between">
<div className="relative w-full mb-20 flex justify-between gap-20">
<div className="cursor-pointer absolute bottom-0 flex items-center gap-3">
<ExcelIcon />
<p className="text-[20px]">엑셀 다운로드</p>
</div>
<div className="w-[50%] h-full text-[3rem] font-bold text-white">
<div className="w-[50%] h-full text-[2.5rem] font-bold text-white">
<p className="">2024년 11월 27일</p>
<p className="text-[#16A34A]">융합캡스톤디자인 중간시험</p>
<p>부정행위 탐지 결과</p>
Expand Down

0 comments on commit ed0d967

Please sign in to comment.