fix: 🐛 (xgplayer) 修复弹幕在自定义el元素内容时,文字样式折行的问题

This commit is contained in:
gemstone 2024-05-20 20:37:51 +08:00
parent dde06e2040
commit 2a9af712ce

View File

@ -50,9 +50,10 @@ $sliderDragAfterShadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
outline: none;
> * {
position: absolute;
}
* {
white-space: nowrap;
}
}
}