armansansd 2 年之前
父节点
当前提交
d1d95c3710
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 0 0
      web/themes/custom/popsu/assets/js/main.js
  2. 3 2
      web/themes/custom/popsu/lib/script.js

文件差异内容过多而无法显示
+ 0 - 0
web/themes/custom/popsu/assets/js/main.js


+ 3 - 2
web/themes/custom/popsu/lib/script.js

@@ -79,9 +79,10 @@ $(function(){
 			{
 				breakpoint: 800,
 				settings: {
-					slidesToShow: 2,
+					slidesToShow: 1,
   					slidesToScroll: 1,
-					centerPadding: '0',
+					centerPadding: '40px',
+					centerMode: true,
 				}
 			  }]
 	});

部分文件因为文件数量过多而无法显示