story#5314 图片变形

This commit is contained in:
2025-04-17 14:06:30 +08:00
parent 0aa3630adb
commit 95c8095518
2 changed files with 6 additions and 0 deletions

View File

@ -399,4 +399,8 @@ export default {
::v-deep .el-carousel__indicators--horizontal {
bottom: 10px;
}
::v-deep .el-image__inner {
object-fit: cover;
object-position: center;
}
</style>