fix: use :deep() selector instead of ::v-deep

This commit is contained in:
Dominik Pschenitschni 2021-10-20 14:33:36 +02:00
parent f496c9d678
commit 87d2b4fed3
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
15 changed files with 31 additions and 31 deletions

View file

@ -265,7 +265,7 @@ export default {
margin-top: 3rem;
}
.input {
:deep(.input) {
width: 190px;
vertical-align: middle;
margin: .5rem 0;