fix(视频号组件): 修复视频标题全是数字字符串不会自动换行的问题

This commit is contained in:
2026-01-14 08:56:25 +08:00
parent 9e0cab7ec4
commit 03c1a8d71a

View File

@@ -385,7 +385,9 @@ export default {
text-overflow: ellipsis;
transition: color 0.3s ease;
position: relative;
word-break: break-word;
word-break: break-all;
word-wrap: break-word;
white-space: normal;
// 悬停时的颜色变化
.channel-video:hover & {