fix: 修复前端打包错误

This commit is contained in:
wangjiahao 2024-06-04 10:22:31 +08:00
parent 8d909a8b30
commit bfa0d131f3
2 changed files with 6 additions and 1 deletions

View File

@ -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",

View File

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