simplify VideoItem.vue

This commit is contained in:
Tang Jing Hang 2024-01-04 09:04:02 +08:00 committed by GitHub
parent 654b289ea6
commit 8c0c97e0bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,6 +213,6 @@ export default {
}
.video-info .dark {
@apply mt-1 text-xs text-gray-300 font-normal;
@apply text-gray-300;
}
</style>