Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
Today KU
Commits
775377a2
Commit
775377a2
authored
Nov 12, 2021
by
Kim, Subin
Browse files
PlanList css 변경
parent
74f07500
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/StudyPlan/StudyPlanCard.js
View file @
775377a2
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment