mirror of
https://github.com/PlayEdu/backend
synced 2025-06-10 20:54:09 +08:00
视频列表优化
This commit is contained in:
parent
4722c5d02a
commit
ca64882774
Binary file not shown.
Before Width: | Height: | Size: 354 B |
BIN
src/assets/images/commen/icon-video.png
Normal file
BIN
src/assets/images/commen/icon-video.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 243 B |
Binary file not shown.
Before Width: | Height: | Size: 515 B |
@ -109,7 +109,6 @@ code {
|
||||
color: #04c877;
|
||||
}
|
||||
|
||||
|
||||
.c-red {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
@ -146,6 +145,14 @@ code {
|
||||
&.only {
|
||||
min-height: calc(100vh - 276px);
|
||||
}
|
||||
.playedu-main-title {
|
||||
width: 100%;
|
||||
height: 32px;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
line-height: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-menu-item {
|
||||
|
@ -160,6 +160,7 @@ export const ResourceVideosPage = () => {
|
||||
</Col>
|
||||
<Col span={20}>
|
||||
<div className="playedu-main-body">
|
||||
<div className="playedu-main-title float-left mb-24">视频 / 后端课程</div>
|
||||
<div className="float-left mb-24">
|
||||
<UploadVideoButton
|
||||
categoryIds={category_ids}
|
||||
|
Loading…
x
Reference in New Issue
Block a user