Commit 775377a2 authored by Kim, Subin's avatar Kim, Subin
Browse files

PlanList css 변경

parent 74f07500
......@@ -17,8 +17,8 @@ const StudyPlanCard = ({ renList, handleEdit, delSubject }) => {
</i>
</div>
</div>
<p className="card-subtitle ms-1 mb-2 text-muted">{renList.prof && renList.room ? renList.prof + ' - ' + renList.room : (renList.prof || renList.room)}</p>
<div className={`${style.inCard}`} style={{ height: "60px" }}>
<p className="card-subtitle ms-1 mb-0 text-muted">{renList.prof && renList.room ? renList.prof + ' - ' + renList.room : (renList.prof || renList.room)}</p>
<div className={`mt-2 ${style.inCard}`} style={{ height: (renList.prof || renList.room ? "50%" : "70%") }}>
<PlanLineList subjectId={renList.id} planList={renList.planList} handleClick={handleEdit} />
</div>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment