重开一个组件再写当前播放...
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
.text-el-line-normal {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.text-el-line {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
.text-el-line-normal {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis; //文本溢出显示省略号
|
||||
white-space: nowrap; //文本不会换行
|
||||
}
|
||||
|
||||
.text-el-line {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user