Skip to content

Commit d2da5a6

Browse files
committed
Fix bug
1 parent 1e906ee commit d2da5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/js.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ $(function(){
8484
$('.mdx-hp-g-r').show();
8585
var mdx_change = 1;
8686
var mdx_change2 = 1;
87-
var mdx_sp_w = 215*$("a>li.mdui-card").length+10;
87+
var mdx_sp_w = 215*$("a>div.mdx-li.mdui-card").length+10;
8888
var mdx_sp_ww = 0;
8989
var mdx_sp_s = 0;
9090
var ele = document.getElementById("mdx-sp-out-c");

0 commit comments

Comments
 (0)