|
@@ -255,17 +255,17 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
->>>.addStyle {
|
|
|
|
|
|
+/deep/.addStyle {
|
|
width: 20px;
|
|
width: 20px;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
color: #FFF;
|
|
color: #FFF;
|
|
background-color: #409eff;
|
|
background-color: #409eff;
|
|
}
|
|
}
|
|
->>>.el-tabs__nav-scroll{
|
|
|
|
|
|
+/deep/.el-tabs__nav-scroll{
|
|
margin: 0 35px;
|
|
margin: 0 35px;
|
|
}
|
|
}
|
|
->>>.el-tabs__nav-wrap::after{
|
|
|
|
|
|
+/deep/.el-tabs__nav-wrap::after{
|
|
height: 1px;
|
|
height: 1px;
|
|
}
|
|
}
|
|
.calender-top {
|
|
.calender-top {
|
|
@@ -280,47 +280,47 @@ export default {
|
|
color:rgba(51,59,74,1);
|
|
color:rgba(51,59,74,1);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
->>>.fc-content {
|
|
|
|
|
|
+/deep/.fc-content {
|
|
height: auto !important;
|
|
height: auto !important;
|
|
display: flex;
|
|
display: flex;
|
|
padding-top: 2px;
|
|
padding-top: 2px;
|
|
}
|
|
}
|
|
->>>.fc-title {
|
|
|
|
|
|
+/deep/.fc-title {
|
|
line-height: 15px;
|
|
line-height: 15px;
|
|
padding-left: 4px;
|
|
padding-left: 4px;
|
|
font-weight: bold !important;
|
|
font-weight: bold !important;
|
|
}
|
|
}
|
|
->>>.fc-event-container .fc-content {
|
|
|
|
|
|
+/deep/.fc-event-container .fc-content {
|
|
text-overflow: inherit;
|
|
text-overflow: inherit;
|
|
}
|
|
}
|
|
->>>.fc-day-grid-event .fc-content{
|
|
|
|
|
|
+/deep/.fc-day-grid-event .fc-content{
|
|
white-space: normal;
|
|
white-space: normal;
|
|
}
|
|
}
|
|
->>>.fc-event {
|
|
|
|
|
|
+/deep/.fc-event {
|
|
line-height: auto !important;
|
|
line-height: auto !important;
|
|
}
|
|
}
|
|
->>>.fc-day-header {
|
|
|
|
|
|
+/deep/.fc-day-header {
|
|
height: 52px;
|
|
height: 52px;
|
|
line-height: 52px;
|
|
line-height: 52px;
|
|
}
|
|
}
|
|
->>>#small-calendar .fc-dayGridMonth-view .table-bordered .fc-body .fc-day-number {
|
|
|
|
|
|
+/deep/#small-calendar .fc-dayGridMonth-view .table-bordered .fc-body .fc-day-number {
|
|
transform: scale(1);
|
|
transform: scale(1);
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
->>>#small-calendar .fc-view-container .table-bordered .fc-head .fc-day-header {
|
|
|
|
|
|
+/deep/#small-calendar .fc-view-container .table-bordered .fc-head .fc-day-header {
|
|
transform: scale(1);
|
|
transform: scale(1);
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
->>>.fc-scroller::-webkit-scrollbar {
|
|
|
|
|
|
+/deep/.fc-scroller::-webkit-scrollbar {
|
|
display:none !important;
|
|
display:none !important;
|
|
}
|
|
}
|
|
->>>.fc-today {
|
|
|
|
|
|
+/deep/.fc-today {
|
|
background-color: rgba(235,172,0,0.1);
|
|
background-color: rgba(235,172,0,0.1);
|
|
}
|
|
}
|
|
->>>.fc th{
|
|
|
|
|
|
+/deep/.fc th{
|
|
border-color: #D8D8D8;
|
|
border-color: #D8D8D8;
|
|
}
|
|
}
|
|
->>>.fc td {
|
|
|
|
|
|
+/deep/.fc td {
|
|
border-color: #D8D8D8;
|
|
border-color: #D8D8D8;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|