카드 넓이고정

This commit is contained in:
dyhj625 2025-02-03 14:57:34 +09:00
parent 9937e8591e
commit 8e42b6b2b5

View File

@ -1,5 +1,5 @@
<template>
<div class="card mb-3 shadow-sm fixed-card" style="width: 18rem;">
<div class="card mb-3 shadow-sm fixed-card" style="width: 18rem; height: 17rem">
<!-- 이미지가 있을 경우 card-img-top으로 표시 -->
<img
v-if="img"