mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-27 21:12:48 +08:00
视频播放页面圆角
This commit is contained in:
parent
403b445719
commit
6701cef724
@ -176,7 +176,11 @@ const CoursePalyPage = () => {
|
||||
<div className={styles["video-body"]}>
|
||||
<div className={styles["video-title"]}>{hour.title}</div>
|
||||
<div className={styles["video-box"]}>
|
||||
<div className="play-box" id="meedu-player-container"></div>
|
||||
<div
|
||||
className="play-box"
|
||||
id="meedu-player-container"
|
||||
style={{ borderRadius: 8 }}
|
||||
></div>
|
||||
{playendedStatus && (
|
||||
<div className={styles["alert-message"]}>
|
||||
{isLastpage && (
|
||||
|
Loading…
x
Reference in New Issue
Block a user