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
02ca8e2e
Commit
02ca8e2e
authored
Oct 31, 2021
by
Kim, Subin
Browse files
Monthly style
parent
8e4e78cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/components/Calendar/Monthly.js
View file @
02ca8e2e
...
@@ -98,7 +98,7 @@ const Monthly = () => {
...
@@ -98,7 +98,7 @@ const Monthly = () => {
dateClick
=
{({
dateStr
})
=>
history
.
push
(
`/schedule/
${
dateStr
}
`
)}
dateClick
=
{({
dateStr
})
=>
history
.
push
(
`/schedule/
${
dateStr
}
`
)}
timeZone
=
"
local
"
timeZone
=
"
local
"
themeSystem
=
'
bootstrap
'
themeSystem
=
'
bootstrap
'
eventLimit
=
"
true
"
//
eventLimit="true"
height
=
'
75vh
'
height
=
'
75vh
'
/>
/>
<
DatePickerModal
initialDate
=
{
initialDate
}
changeDate
=
{
changeDate
}
setChangeDate
=
{
setChangeDate
}
show
=
{
show
}
setShow
=
{
setShow
}
/
>
<
DatePickerModal
initialDate
=
{
initialDate
}
changeDate
=
{
changeDate
}
setChangeDate
=
{
setChangeDate
}
show
=
{
show
}
setShow
=
{
setShow
}
/
>
...
...
client/src/scss/custom.scss
View file @
02ca8e2e
...
@@ -73,9 +73,19 @@ button {
...
@@ -73,9 +73,19 @@ button {
text-decoration
:
none
;
text-decoration
:
none
;
}
}
&
t
able
>
*
{
&
t
head
,
tbody
,
tfoot
,
tr
,
td
,
th
{
border-style
:
none
;
border-style
:
none
;
border-width
:
0
;
}
&
table
{
&
thead
{
background-color
:
crimson
;
color
:
#fff
;
}
}
&
.fc-header-toolbar
{
margin-bottom
:
1em
!
important
;
}
}
&
.fc-prev-button
,
&
.fc-next-button
{
&
.fc-prev-button
,
&
.fc-next-button
{
...
...
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