|
@@ -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>
|