视频列表优化

This commit is contained in:
禺狨 2023-03-10 17:35:30 +08:00
parent 4722c5d02a
commit ca64882774
5 changed files with 9 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 515 B

View File

@ -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 {

View File

@ -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}