课程新建除课时列表部分

This commit is contained in:
禺狨
2023-03-16 19:20:01 +08:00
parent aab33715e8
commit 6b459a551c
9 changed files with 404 additions and 8 deletions

View File

@@ -148,6 +148,12 @@ code {
flex-direction: column;
}
.c-a-flex {
display: flex;
flex-direction: column;
align-items: center;
}
.flex-1 {
flex: 1;
}
@@ -501,3 +507,22 @@ textarea.ant-input {
height: 3px !important;
}
}
.list-select-column-box {
.ant-checkbox-wrapper {
margin-inline-start: 0px;
height: 38px;
}
.video-title {
width: 390px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.video-time {
width: 80px;
display: flex;
flex-direction: row-reverse;
}
}