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
|
|
@ -173,7 +173,7 @@ $task-background: $white;
|
|||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
|
||||
::v-deep.tag,
|
||||
:deep(.tag),
|
||||
.assignees,
|
||||
.icon,
|
||||
.priority-label {
|
||||
|
|
@ -195,7 +195,7 @@ $task-background: $white;
|
|||
}
|
||||
|
||||
// FIXME: should be in labels.vue
|
||||
::v-deep.tag {
|
||||
:deep(.tag) {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue