Commit 5a1112ed by caoyanzhi

update: 去掉footer

parent 4fdfb1fd
......@@ -1038,6 +1038,7 @@ export default {
background: #fff;
margin: 24px;
padding: 24px;
margin-bottom: 80px;
}
.w-300 {
width: 300px;
......
......@@ -1399,6 +1399,7 @@ export default {
background: #fff;
margin: 24px;
padding-bottom: 24px;
margin-bottom: 80px;
/* padding: 24px; */
}
......
......@@ -2327,7 +2327,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: [], // 路由菜单
......
......@@ -675,7 +675,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