Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
Today KU
Commits
ec8f789e
Commit
ec8f789e
authored
Nov 05, 2021
by
Choi Ga Young
Browse files
개인일정색상추가
parent
bb632885
Changes
2
Show whitespace changes
Inline
Side-by-side
client/src/scss/custom.scss
View file @
ec8f789e
...
...
@@ -163,4 +163,10 @@ button {
background-color
:
#EE8DA0
;
color
:
#fff
;
}
&
.indi
{
border-color
:
#81A2DB
;
background-color
:
#81A2DB
;
color
:
#fff
;
}
}
\ No newline at end of file
server/controllers/schedule.controller.js
View file @
ec8f789e
...
...
@@ -159,7 +159,7 @@ const findbyDate = async (req, res, next) => {
schedule
.
dataValues
.
end
=
dateToString
(
schedule
.
dataValues
.
end
,
"
full
"
)
schedule
.
dataValues
.
start
=
dateToString
(
schedule
.
dataValues
.
start
,
"
full
"
)
schedule
.
dataValues
.
allDay
=
true
schedule
.
dataValues
.
className
=
'
text
'
schedule
.
dataValues
.
className
=
[
'
text
'
,
'
indi
'
]
})
findList
=
{
KU
:
findKUList
,
individual
:
findIndividualList
}
}
...
...
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