重开一个组件再写当前播放...

This commit is contained in:
zilong
2021-10-24 01:06:53 +08:00
parent 8b42649ba1
commit 6a257b9c65
7 changed files with 302 additions and 47 deletions

View File

@@ -1,3 +1,8 @@
.text-el-line-normal {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.text-el-line {
overflow: hidden;
text-overflow: ellipsis;

View File

@@ -1,3 +1,9 @@
.text-el-line-normal {
overflow: hidden;
text-overflow: ellipsis; //文本溢出显示省略号
white-space: nowrap; //文本不会换行
}
.text-el-line {
overflow: hidden;
text-overflow: ellipsis;