Merge pull request 'dengjie commit : header区bug修改' (#41) from deng into master

Reviewed-on: http://git.hchyun.com/feashow/sist_web/pulls/41
This commit is contained in:
clay
2022-10-24 12:44:36 +00:00
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>

View File

@@ -1,6 +1,6 @@
<template>
<div class="mobile_herder">
<div class="bottom">
<div id="mobile_herder" class="mobile_herder">
<div class="bottom" id="bottom">
<div @click="drawer = true">
<i class="el-icon-s-fold"></i>
</div>
@@ -149,6 +149,7 @@ export default {
}
.mobile_herder {
.top {
padding-left: 2rem;
height: 4rem;