fix: 修改登录右侧的图片样式。

(cherry picked from commit 26fa90f80d)
This commit is contained in:
tianyongbao
2025-12-30 14:56:34 +08:00
parent 1cdbf94818
commit c68cc0a7ee

View File

@@ -171,10 +171,13 @@ getCookie()
.leftPick {
width: 60%;
height: 100%;
overflow: hidden; // 防止图片溢出
img {
width: 100%;
height: 100%;
display: block;
object-fit: cover; // 保持图片比例,裁剪填充
object-position: center; // 图片居中显示
}
}