线上课新建无章节课时选择逻辑优化

This commit is contained in:
禺狨
2023-03-17 12:18:17 +08:00
parent 60aa433589
commit 0460da6974
6 changed files with 155 additions and 47 deletions

View File

@@ -526,3 +526,11 @@ textarea.ant-input {
flex-direction: row-reverse;
}
}
.tree-video-title {
margin-left: 4px;
width: 346px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}