Explorar el Código

我的计划-字体放大

jbb hace 2 años
padre
commit
e540d68079
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      src/views/oa/my-plan/schedulePlan.vue

+ 6 - 0
src/views/oa/my-plan/schedulePlan.vue

@@ -247,4 +247,10 @@ export default {
   text-shadow: 1px 1px 2px rgb(170, 169, 169);
   color: #1890ff;
 }
+/deep/ .fc-daygrid-day-number {
+    font-size: large !important;
+}
+/deep/ .fc-event-title {
+    font-size: large !important;
+}
 </style>