style: 日期时间选择器对上月、下月日期字体颜色优化,改为灰色,与当月日期字体颜色有所区分

main
wu.jian2 2 years ago
parent 4b7ac80f5d
commit 356ba74100

@ -395,10 +395,12 @@ export default {
.popper__arrow { .popper__arrow {
bottom: -6px ; bottom: -6px ;
border-bottom-color: var(--bgColor) !important; border-bottom-color: var(--bgColor) !important;
border-top-color: var(--bgColor) !important;
&::after { &::after {
bottom: 0px ; bottom: 0px ;
border-bottom-color: var(--bgColor) !important; border-bottom-color: var(--bgColor) !important;
border-top-color: var(--bgColor) !important;
} }
} }
@ -443,6 +445,17 @@ export default {
} }
} }
} }
//
.prev-month{
span{
color: #999 !important;
}
}
.next-month{
span{
color: #999 !important;
}
}
} }
</style> </style>

Loading…
Cancel
Save