fix: 调整部分图像显示问题 #65

Manually merged
remilia merged 1 commits from fix/product-card into master 2025-11-07 14:37:54 +08:00
5 changed files with 9 additions and 2 deletions
Showing only changes of commit 58e91ed67c - Show all commits

View File

@ -210,6 +210,7 @@
.recommend-card .el-image {
width: 100%;
aspect-ratio: 16 / 10;
border-radius: 4px;
}

View File

@ -210,6 +210,7 @@
.recommend-card .el-image {
width: 100%;
aspect-ratio: 16 / 10;
border-radius: 4px;
}

View File

@ -117,6 +117,9 @@
.product-image .el-image {
height: 300px;
}
.product-info {
padding: 0 1rem;
}
.product-info h1 {
font-size: 1.5rem;

View File

@ -61,7 +61,8 @@
}
.product-card .el-image {
height: 150px;
width: 100%;
aspect-ratio: 16 / 10;
border-radius: 4px;
}

View File

@ -67,7 +67,8 @@
}
.solution-card .el-image {
height: 250px;
width: 100%;
aspect-ratio: 16 / 10;
}
@media (max-width: 1200px) {