Commit 8bb310da authored by mercury233's avatar mercury233

修复超先行卡图缩放模糊

parent a642940f
Pipeline #41736 passed with stages
in 4 minutes and 7 seconds
...@@ -289,8 +289,8 @@ export default { ...@@ -289,8 +289,8 @@ export default {
} }
.card-image { .card-image {
width: 200px; width: 201px;
height: 291px; height: 292px;
box-sizing: content-box; box-sizing: content-box;
object-fit: cover; object-fit: cover;
margin-top: 10px; margin-top: 10px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment