Răsfoiți Sursa

日历样式

cxmo 1 an în urmă
părinte
comite
4d9d5436db
1 a modificat fișierele cu 18 adăugiri și 0 ștergeri
  1. 18 0
      src/views/toolBox_manage/components/BaseCalendar.vue

+ 18 - 0
src/views/toolBox_manage/components/BaseCalendar.vue

@@ -100,6 +100,24 @@ export default {
             border-radius: 0;
             margin:0 !important;
         }
+        .fc-scrollgrid{
+            border:none;
+            .fc-scrollgrid-section-header{
+                th{
+                    border:none !important;
+                }
+                .fc-col-header-cell{
+                    text-align: left;
+                    //font-weight: 500;
+                }
+            }
+            .fc-scrollgrid-section-body{
+                td{
+                    border: none !important;
+                    border-left:2px solid #002D78 !important;
+                }
+            }
+        }
     }
 }
 </style>