mirror of
https://github.com/PlayEdu/backend
synced 2025-06-22 22:12:45 +08:00
线上课选择视频、课件资源弹窗样式优化
This commit is contained in:
parent
b0611caaec
commit
dc616d4829
@ -189,10 +189,11 @@ export const UploadCoursewareButton = (props: PropsInterface) => {
|
|||||||
<p className="ant-upload-drag-icon">
|
<p className="ant-upload-drag-icon">
|
||||||
<InboxOutlined />
|
<InboxOutlined />
|
||||||
</p>
|
</p>
|
||||||
<p className="ant-upload-text">
|
<p className="ant-upload-text">请将文件拖拽到此处上传</p>
|
||||||
支持word、excel、ppt、pdf、zip、txt格式文件
|
<p className="ant-upload-hint">
|
||||||
|
支持一次上传多个 /
|
||||||
|
支持word、excel、ppt、pdf、zip、rar、txt格式文件
|
||||||
</p>
|
</p>
|
||||||
<p className="ant-upload-hint">支持一次上传多个文件</p>
|
|
||||||
</Dragger>
|
</Dragger>
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={24}>
|
<Col span={24}>
|
||||||
|
@ -594,8 +594,9 @@ textarea.ant-input {
|
|||||||
|
|
||||||
.list-select-column-box {
|
.list-select-column-box {
|
||||||
.ant-checkbox-wrapper {
|
.ant-checkbox-wrapper {
|
||||||
|
display: flex;
|
||||||
height: 38px !important;
|
height: 38px !important;
|
||||||
align-items: center !important;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-title {
|
.video-title {
|
||||||
@ -603,12 +604,10 @@ textarea.ant-input {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
line-height: 38px;
|
|
||||||
}
|
}
|
||||||
.video-time {
|
.video-time {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
display: flex;
|
display: flex;
|
||||||
line-height: 38px;
|
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user