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