.tabs-enter-active[data-v-c28fcfa6],
.tabs-leave-active[data-v-c28fcfa6] {
    width: 100%
}

.tabs-enter-active[data-v-c28fcfa6] {
    transition: opacity .5s ease-out
}

.tabs-leave-active[data-v-c28fcfa6] {
    position: absolute
}

.tabs-enter-from[data-v-c28fcfa6],
.tabs-leave-active[data-v-c28fcfa6],
.tabs-leave-to[data-v-c28fcfa6] {
    opacity: 0
}