fix: border when course card has an image
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
style="min-height: 350px"
|
style="min-height: 350px"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="w-[100%] h-[168px] bg-cover bg-center bg-no-repeat"
|
class="w-[100%] h-[168px] bg-cover bg-center bg-no-repeat border-t border-x rounded-t-md"
|
||||||
:style="
|
:style="
|
||||||
course.image
|
course.image
|
||||||
? { backgroundImage: `url('${encodeURI(course.image)}')` }
|
? { backgroundImage: `url('${encodeURI(course.image)}')` }
|
||||||
|
|||||||
Reference in New Issue
Block a user