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:
@@ -370,5 +370,12 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 992px) {
|
||||||
|
#header{
|
||||||
|
display: none!important;
|
||||||
|
}
|
||||||
|
#header_bgc{
|
||||||
|
display: none!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="mobile_herder">
|
<div id="mobile_herder" class="mobile_herder">
|
||||||
<div class="bottom">
|
<div class="bottom" id="bottom">
|
||||||
<div @click="drawer = true">
|
<div @click="drawer = true">
|
||||||
<i class="el-icon-s-fold"></i>
|
<i class="el-icon-s-fold"></i>
|
||||||
</div>
|
</div>
|
||||||
@@ -149,6 +149,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mobile_herder {
|
.mobile_herder {
|
||||||
|
|
||||||
.top {
|
.top {
|
||||||
padding-left: 2rem;
|
padding-left: 2rem;
|
||||||
height: 4rem;
|
height: 4rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user