dengjie commit : header区bug修改
This commit is contained in:
@@ -370,5 +370,12 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 992px) {
|
||||
#header{
|
||||
display: none!important;
|
||||
}
|
||||
#header_bgc{
|
||||
display: none!important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user