Skip to content

Commit 106fd8f

Browse files
committed
Adjust card content position to hide the gap between frame and content
1 parent 46a430c commit 106fd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/YdCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export default {
302302
.yd-card .card-content {
303303
position: absolute;
304304
left: 12%;
305-
top: 7.3%;
305+
top: 7.0%;
306306
right: 12%;
307307
bottom: 33.9%
308308
}

0 commit comments

Comments
 (0)