dengjie commit : header区bug修改

This commit is contained in:
clay
2022-10-24 20:43:48 +08:00
parent 408c27fad2
commit 37f46bba26
2 changed files with 11 additions and 3 deletions

View File

@@ -370,5 +370,12 @@ export default {
}
}
@media screen and (max-width: 992px) {
#header{
display: none!important;
}
#header_bgc{
display: none!important;
}
}
</style>