Commit 58ac4d53 by caoyanzhi

Merge branch 'feature/去掉footer'

parents 2d21040a 5a1112ed
......@@ -1038,6 +1038,7 @@ export default {
background: #fff;
margin: 24px;
padding: 24px;
margin-bottom: 80px;
}
.w-300 {
width: 300px;
......
......@@ -1416,6 +1416,7 @@ export default {
background: #fff;
margin: 24px;
padding-bottom: 24px;
margin-bottom: 80px;
/* padding: 24px; */
}
......
......@@ -2359,7 +2359,7 @@ export default {
background: #fff;
margin: 24px;
padding-bottom: 24px;
margin-bottom: 0px;
margin-bottom: 80px;
}
.section-content h3 {
height: 55px;
......
......@@ -10,7 +10,7 @@
<router-view></router-view>
</div>
<!-- 右侧页面部分 end-->
<vue-gic-footer></vue-gic-footer>
<!-- <vue-gic-footer></vue-gic-footer> -->
</div>
</div>
</div>
......@@ -20,7 +20,7 @@ import bus from '../assets/eventBus.js';
export default {
data() {
return {
mallHeight: document.documentElement.clientHeight - 64 - 98,
mallHeight: document.documentElement.clientHeight - 64,
widthData: '200px',
collapseFlag: false, // 折叠参数
menuRouter: [], // 路由菜单
......
......@@ -709,7 +709,6 @@ export default {
background: #fff;
margin: 24px;
padding-bottom: 24px;
margin-bottom: 0px;
}
.section-content h3 {
height: 55px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment