🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 元素固定 使用插件 [https://github.com/garand/sticky](https://github.com/garand/sticky) 构建,细节设置请参考插件官网。 ``` <script> require(['jquerySticky'],function(){ $("#jqueryPin").sticky({topSpacing:0}); }) </script> ```