fix: 调整部分图像显示问题
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m59s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 2m59s
- 产品/解决方案卡片图片宽度调整为100%并将比例设定为16/10 - 产品页在竖屏状态下的文字边距
This commit is contained in:
@ -67,7 +67,8 @@
|
||||
}
|
||||
|
||||
.solution-card .el-image {
|
||||
height: 250px;
|
||||
width: 100%;
|
||||
aspect-ratio: 16 / 10;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
|
||||
Reference in New Issue
Block a user