Skip to content

Commit d987ccf

Browse files
committed
fix 1x1 layout problem on pad
1 parent b898dcf commit d987ccf

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
@@ -289,7 +289,7 @@ export default {
289289
}
290290
291291
.yd-card img {
292-
max-width: 100%;
292+
width: 100%;
293293
}
294294
295295
/*.yd-card .card-frame {

0 commit comments

Comments
 (0)