Commit 4cedfa29 by caoyanzhi

Merge branch 'feature/去掉footer' into dev

parents a2a3d3a9 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; */
}
......
......@@ -2358,7 +2358,7 @@ export default {
background: #fff;
margin: 24px;
padding-bottom: 24px;
margin-bottom: 0px;
margin-bottom: 80px;
}
.section-content h3 {
height: 55px;
......
......@@ -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