Browse Source

🐞 fix: 调整解决方案切换按钮展示问题

master
peijunlei 3 weeks ago
parent
commit
97e93b3591
  1. 6
      public/themes/dist_static/static/css/solution2.css

6
public/themes/dist_static/static/css/solution2.css

@ -273,9 +273,6 @@
gap: 1.5rem;
margin-bottom: 3.125rem;
}
.sl2-scene__head .s-arrows {
display: none;
}
.sl2-scene__arrows-mobile {
display: none;
}
@ -573,6 +570,9 @@
width: 300Px;
height: 260Px;
}
.sl2-scene__head .s-arrows {
display: none;
}
.sl2-scene__arrows-mobile {
display: flex;
justify-content: flex-start;

Loading…
Cancel
Save