Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Shakaplayer 的新手。有什么方法可以在 Shaka 控制面板上方显示 Shakaplayer 范围容器?我想在 shakaplayer 的控制面板元素上方显示/定位搜索栏。下图是我需要的异常行为。
经过一些分析,我找到了在 shakaplayer 的控制面板元素上方显示/定位搜索栏的解决方案
我们可以使用下面的css:
.shaka-bottom-controls { display: flex; flex-direction: column-reverse; }