Commit a642940f authored by mercury233's avatar mercury233

修复超先行卡图裁切,并稍微放大

parent a1621d73
Pipeline #41735 passed with stages
in 2 minutes and 43 seconds
...@@ -288,16 +288,17 @@ export default { ...@@ -288,16 +288,17 @@ export default {
animation: rotation 1s linear infinite; animation: rotation 1s linear infinite;
} }
.card-image { .card-image {
width: 199px; width: 200px;
height: 290px; height: 291px;
object-fit: cover; box-sizing: content-box;
padding-top: 10px; object-fit: cover;
padding-bottom: 10px; margin-top: 10px;
padding-right: 10px; margin-bottom: 10px;
align-items: center; margin-right: 10px;
text-align: center; align-items: center;
} text-align: center;
}
@keyframes rotation { @keyframes rotation {
......
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