fix: use :deep() selector instead of ::v-deep
This commit is contained in:
@ -312,7 +312,7 @@ export default {
|
||||
width: calc(100% - 2rem);
|
||||
}
|
||||
|
||||
::v-deep .flatpickr-calendar {
|
||||
:deep(.flatpickr-calendar) {
|
||||
margin: 0 auto 8px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user