Jelajahi Sumber

我的日程-样式修改

jbb 1 tahun lalu
induk
melakukan
34231c2f0b
1 mengubah file dengan 23 tambahan dan 1 penghapusan
  1. 23 1
      src/views/oa/my-plan/schedulePlan.vue

+ 23 - 1
src/views/oa/my-plan/schedulePlan.vue

@@ -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>