线上课选择视频、课件资源弹窗样式优化

This commit is contained in:
unknown 2023-07-30 15:27:06 +08:00
parent b0611caaec
commit dc616d4829
2 changed files with 6 additions and 6 deletions

View File

@ -189,10 +189,11 @@ export const UploadCoursewareButton = (props: PropsInterface) => {
<p className="ant-upload-drag-icon">
<InboxOutlined />
</p>
<p className="ant-upload-text">
wordexcelpptpdfziptxt格式文件
<p className="ant-upload-text"></p>
<p className="ant-upload-hint">
/
wordexcelpptpdfziprartxt格式文件
</p>
<p className="ant-upload-hint"></p>
</Dragger>
</Col>
<Col span={24}>

View File

@ -594,8 +594,9 @@ textarea.ant-input {
.list-select-column-box {
.ant-checkbox-wrapper {
display: flex;
height: 38px !important;
align-items: center !important;
align-items: center;
}
.video-title {
@ -603,12 +604,10 @@ textarea.ant-input {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 38px;
}
.video-time {
width: 80px;
display: flex;
line-height: 38px;
flex-direction: row-reverse;
}
}