@@ -241,7 +241,7 @@ export default {
.item-box {
display: flex;
flex: 1;
- padding-bottom: 40px;
+ margin-bottom: 40px;
flex-flow: wrap;
column-gap: 24px;
row-gap: 24px;
@@ -249,9 +249,9 @@ export default {
flex-flow: nowrap;
overflow: auto;
}
- &::-webkit-scrollbar {
- display: none;
- }
+ // &::-webkit-scrollbar {
+ // display: none;
+ // }
.item {
width: 200px;
flex-shrink: 0;
@@ -207,7 +207,7 @@ export default {
getLBCourseList() {
let MethodName = "/ShopServer/Client/ShopHomeQuery/QueryLBCourseList";
let data = {
- top_n: 6,
+ top_n: 12,
};
getLogin(MethodName, data)
.then((res) => {