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 {
animation: rotation 1s linear infinite;
}
.card-image {
width: 199px;
height: 290px;
object-fit: cover;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
align-items: center;
text-align: center;
}
.card-image {
width: 200px;
height: 291px;
box-sizing: content-box;
object-fit: cover;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
align-items: center;
text-align: center;
}
@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