@@ -7,6 +7,7 @@ $top-height: 100px;
}
>.main{
+ width: 100%;
height: calc(100vh - #{$top-height});
@@ -22,6 +22,7 @@ Vue.use(vuescroll, {
ops: {
scrollPanel: {
easing: "easeInOutQuad",
+ scrollingX: false, // 横向滚动条关闭
},
rail: {
//轨道设置