mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 03:21:06 +08:00
线上课、视频、图片、学员列表标题文案优化
This commit is contained in:
@@ -164,7 +164,7 @@ const ResourceImagesPage = () => {
|
||||
</div>
|
||||
<div className="right-box">
|
||||
<div className="d-flex playedu-main-title float-left mb-24">
|
||||
图片 / {selLabel}
|
||||
图片 | {selLabel}
|
||||
</div>
|
||||
<Row gutter={16} style={{ marginBottom: 24 }}>
|
||||
<Col span={24}>
|
||||
|
||||
@@ -184,7 +184,7 @@ const ResourceVideosPage = () => {
|
||||
</div>
|
||||
<div className="right-box">
|
||||
<div className="d-flex playedu-main-title float-left mb-24">
|
||||
视频 / {selLabel}
|
||||
视频 | {selLabel}
|
||||
</div>
|
||||
<div className="float-left mb-24">
|
||||
<UploadVideoButton
|
||||
|
||||
Reference in New Issue
Block a user