Explorar el Código

字体颜色修正

liangyan0105 hace 3 años
padre
commit
bcb7f5207d
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      src/assets/less/mytodo.css
  2. 1 0
      src/assets/less/mytodo.less

+ 1 - 0
src/assets/less/mytodo.css

@@ -87,6 +87,7 @@
 }
 #home .ccfullCalendar /deep/ .fc-col-header-cell-cushion {
   color: #333 !important;
+  font-weight: 400 !important;
 }
 #home .ccfullCalendar /deep/ .fc-day-today {
   background-color: #bc4749;

+ 1 - 0
src/assets/less/mytodo.less

@@ -110,6 +110,7 @@
     }
     /deep/ .fc-col-header-cell-cushion {
       color: #333 !important;
+      font-weight: 400 !important;
     }
     // 今天日历显示
     /deep/ .fc-day-today {