feat: 产品详情页竖屏适配
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user