달력 css 수정
This commit is contained in:
parent
4ff4e43235
commit
40eb97e318
@ -25,24 +25,12 @@
|
|||||||
.fc-event {
|
.fc-event {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.fc-daygrid-event-harness {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: flex-start;
|
|
||||||
justify-content: flex-start;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.fc-daygrid-event.half-day-am {
|
.fc-daygrid-event.half-day-am {
|
||||||
width: 45% !important;
|
width: calc(50% - 4px) !important;
|
||||||
left: 0 !important;
|
|
||||||
}
|
}
|
||||||
.fc-daygrid-event.half-day-pm {
|
.fc-daygrid-event.half-day-pm {
|
||||||
width: 45% !important;
|
width: calc(50% - 4px) !important;
|
||||||
left: auto !important;
|
margin-left: auto !important
|
||||||
right: 0 !important;
|
|
||||||
}
|
|
||||||
.fc-daygrid-event.full-day {
|
|
||||||
width: calc(100% - 4px) !important;
|
|
||||||
}
|
}
|
||||||
.fc-day-sun .fc-daygrid-day-number,
|
.fc-day-sun .fc-daygrid-day-number,
|
||||||
.fc-col-header-cell:first-child .fc-col-header-cell-cushion {
|
.fc-col-header-cell:first-child .fc-col-header-cell-cushion {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user