fix(video-card): resolve divider line issue (#1212)

This commit is contained in:
Hakadao
2024-12-30 11:58:33 +08:00
parent a65ddf1077
commit 8a8a70406d

View File

@@ -200,7 +200,7 @@ function handleRemoved(selectedOpt?: { dislikeReasonId: number }) {
</li>
</template>
<div v-if="getVideoType() !== 'common'" class="divider" />
<div v-if="getVideoType() === 'rcmd'" class="divider" />
<template v-for="(optionGroup, index) in commonOptions" :key="index">
<li