feat: 产品详情页竖屏适配

This commit is contained in:
2025-11-01 16:26:16 +08:00
parent fc164beaf3
commit 52048fc2a6
2 changed files with 33 additions and 2 deletions

View File

@ -42,4 +42,11 @@
color: var(--el-text-color-primary);
margin: 0;
}
@media (max-width: 768px) {
.product-tabs ::v-deep(.el-tabs__nav) {
float: none;
min-width: 100%;
}
}
</style>