Selaa lähdekoodia

工作台日历样式修改

wangziqian 4 vuotta sitten
vanhempi
sitoutus
4b8de5d89c
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 7 1
      src/views/workbench/person/components/myFullCalendar.vue

+ 7 - 1
src/views/workbench/person/components/myFullCalendar.vue

@@ -251,6 +251,7 @@ export default {
 >>>.fc-title {
   line-height: 15px;
   padding-left: 4px;
+  font-weight: bold !important;
 }
 >>>.fc-event-container .fc-content {
   text-overflow: inherit;
@@ -279,6 +280,12 @@ export default {
 >>>.fc-today {
   background-color: rgba(235,172,0,0.1);
 }
+>>>.fc th{
+  border-color: #D8D8D8;
+}
+>>>.fc td {
+  border-color: #D8D8D8;
+}
 </style>
 
 // fullcalendar
@@ -352,7 +359,6 @@ export default {
   .fc-content
   span {
   font-size: 6px;
-  font-weight: normal !important;
   display: inline-block;
   position: relative;
   bottom: 3px;