fix: use :deep() selector instead of ::v-deep
This commit is contained in:
parent
f496c9d678
commit
87d2b4fed3
15 changed files with 31 additions and 31 deletions
|
|
@ -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 a new issue