mirror of
https://github.com/PlayEdu/backend
synced 2025-12-28 22:29:43 +08:00
课程新建除课时列表部分
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user