Skip to content

Commit

Permalink
[Bug]: 切换到分栏模式后,再切换到手机端,点击列表页记录不会切换到详情页 #6267
Browse files Browse the repository at this point in the history
  • Loading branch information
tujiajun committed Jan 22, 2024
1 parent 76ced57 commit b2e6c49
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
if(!display && object.enable_split){
display = "split";
}
if(window.innerWidth <= 768){
display = "grid"
}

return display;

Expand Down

0 comments on commit b2e6c49

Please sign in to comment.