From bfa0d131f330f0362e31cdbbad971c9d8f933cf1 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 4 Jun 2024 10:22:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=89=93=E5=8C=85=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/package.json | 2 +- core/core-frontend/src/style/index.less | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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; +}