mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(video-card): resolve divider line issue (#1212)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user