fix(视频号组件): 修复视频标题全是数字字符串不会自动换行的问题
This commit is contained in:
@@ -385,7 +385,9 @@ export default {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
transition: color 0.3s ease;
|
transition: color 0.3s ease;
|
||||||
position: relative;
|
position: relative;
|
||||||
word-break: break-word;
|
word-break: break-all;
|
||||||
|
word-wrap: break-word;
|
||||||
|
white-space: normal;
|
||||||
|
|
||||||
// 悬停时的颜色变化
|
// 悬停时的颜色变化
|
||||||
.channel-video:hover & {
|
.channel-video:hover & {
|
||||||
|
|||||||
Reference in New Issue
Block a user