修改输入框

This commit is contained in:
李志发
2024-05-23 16:01:07 +08:00
parent 4e6c9301dc
commit 45889703d6
10 changed files with 26 additions and 20 deletions

View File

@@ -268,19 +268,19 @@ export default {
display: flex;
align-items: center;
margin-top: 20px;
flex-wrap: wrap;
}
.progress > div {
width: 300px;
margin-right: 30px;
margin-bottom: 12px;
}
.courseName {
font-weight: 650;
color: #333333;
font-size: 14px;
margin-top: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;