diff --git a/core/core-frontend/package.json b/core/core-frontend/package.json index 43ca839c9b..fd2bce3be7 100644 --- a/core/core-frontend/package.json +++ b/core/core-frontend/package.json @@ -46,7 +46,7 @@ "snowflake-id": "^1.1.0", "tinymce": "^5.8.2", "vant": "^4.8.3", - "video.js": "^8.12.0", + "video.js": "^7.21.6", "vue": "^3.3.4", "vue-clipboard3": "^2.0.0", "vue-codemirror": "^6.1.1", diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 82cb97a7c9..7bc2f8a6cc 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -409,3 +409,8 @@ strong { align-items: center; justify-content: center } + +.vjs-big-play-button { + top: calc(50% - 22px) !important; + left: calc(50% - 40px) !important; +}