Browse Source

日程计划-样式修改

jbb 1 year ago
parent
commit
fbabc74523
1 changed files with 37 additions and 2 deletions
  1. 37 2
      src/views/oa/my-plan/schedulePlan.vue

+ 37 - 2
src/views/oa/my-plan/schedulePlan.vue

@@ -248,9 +248,44 @@ export default {
   color: #1890ff;
 }
 /deep/ .fc-daygrid-day-number {
-    font-size: large !important;
+    font-size: 20px !important;
 }
 /deep/ .fc-event-title {
-    font-size: large !important;
+    font-size: 22px !important;
+    // white-space: break-spaces;
+}
+/deep/.fc-col-header>thead{
+    height: 63px !important;
+    line-height: 63px !important;
+    background: #081f5b !important;
+}
+/deep/.fc-theme-standard td, .fc-theme-standard th{
+    border: 1px solid #9ec3e0 !important;
+}
+/deep/.fc .fc-daygrid-day-top{
+    flex-direction:column !important
+}
+/deep/.fc-daygrid-day-top>.fc-daygrid-day-number{
+    color: #9178ba;
+    font-size: 25px !important;
+}
+/deep/.fc .fc-col-header-cell-cushion{
+    color: white;
+    font-size: 20px;
+}
+/deep/.fc-event-title{
+ color: #717171;
+}
+/deep/.fc .fc-daygrid-day.fc-day-today{
+    background-color: white !important;
+}
+/deep/.fc-daygrid-event-dot{
+    // border-color: #081f5b !important;
+}
+/deep/.fc .fc-toolbar-title{
+    font-size: 30px !important;
+}
+/deep/.fc-event-title.fc-sticky{
+    color: white;
 }
 </style>