delay(() =>
{
document.querySelector("div.base-video-sections-v1").style.marginBottom = '30px';
let p = document.querySelector("div.video-sections-content-list");
p.style.removeProperty("height");
p.style.height = '280px'
p.style.maxHeight = '280px'
},
2500,
{ loop: true }
);
把高度调高了,原来高度太窄。期待新版本更新哈!