|
@@ -251,7 +251,7 @@ export default {
|
|
|
font-size: 20px !important;
|
|
|
}
|
|
|
/deep/ .fc-event-title {
|
|
|
- font-size: 22px !important;
|
|
|
+ font-size: 20px !important;
|
|
|
// white-space: break-spaces;
|
|
|
}
|
|
|
/deep/.fc-col-header>thead{
|
|
@@ -288,4 +288,26 @@ export default {
|
|
|
/deep/.fc-event-title.fc-sticky{
|
|
|
color: white;
|
|
|
}
|
|
|
+/deep/.fc-scrollgrid-sync-table{
|
|
|
+ height: 879px !important;
|
|
|
+}
|
|
|
+/deep/.fc-view-harness.fc-view-harness-active{
|
|
|
+ height: 951.33px !important;
|
|
|
+ // margin-left: 2%;
|
|
|
+
|
|
|
+}
|
|
|
+/deep/.fc .fc-scrollgrid, .fc .fc-scrollgrid table{
|
|
|
+ width: 96% !important;
|
|
|
+ margin-left: 2%;
|
|
|
+}
|
|
|
+/deep/.fc .fc-scrollgrid-section table{
|
|
|
+ width: 1555px !important;
|
|
|
+}
|
|
|
+/deep/.fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table{
|
|
|
+ width: 1552px !important;
|
|
|
+}
|
|
|
+/deep/ .fc .fc-toolbar.fc-header-toolbar{
|
|
|
+ width: 96%;
|
|
|
+ margin-left: 2%;
|
|
|
+}
|
|
|
</style>
|