|
@@ -251,7 +251,7 @@ export default {
|
|
|
font-size: 20px !important;
|
|
|
}
|
|
|
/deep/ .fc-event-title {
|
|
|
- font-size: 20px !important;
|
|
|
+ font-size: 14px !important;
|
|
|
// white-space: break-spaces;
|
|
|
}
|
|
|
/deep/.fc-col-header>thead{
|
|
@@ -267,11 +267,11 @@ export default {
|
|
|
}
|
|
|
/deep/.fc-daygrid-day-top>.fc-daygrid-day-number{
|
|
|
color: #9178ba;
|
|
|
- font-size: 25px !important;
|
|
|
+ font-size: 16px !important;
|
|
|
}
|
|
|
/deep/.fc .fc-col-header-cell-cushion{
|
|
|
color: white;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
/deep/.fc-event-title{
|
|
|
color: #717171;
|
|
@@ -297,17 +297,21 @@ export default {
|
|
|
|
|
|
}
|
|
|
/deep/.fc .fc-scrollgrid, .fc .fc-scrollgrid table{
|
|
|
- width: 96% !important;
|
|
|
- margin-left: 2%;
|
|
|
+ width: 81% !important;
|
|
|
+ margin-left: 8%;
|
|
|
}
|
|
|
/deep/.fc .fc-scrollgrid-section table{
|
|
|
- width: 1555px !important;
|
|
|
+ width: 100% !important;
|
|
|
}
|
|
|
/deep/.fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table{
|
|
|
- width: 1552px !important;
|
|
|
+ width: 100% !important;
|
|
|
}
|
|
|
/deep/ .fc .fc-toolbar.fc-header-toolbar{
|
|
|
- width: 96%;
|
|
|
- margin-left: 2%;
|
|
|
+ width: 81% !important;
|
|
|
+ margin-left: 8%;
|
|
|
+}
|
|
|
+/deep/.fc .fc-view-harness-active > .fc-{
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
</style>
|