Merge pull request #10062 from dataease/pr@dev-v2@fix_install

fix: 修复前端打包错误
This commit is contained in:
王嘉豪 2024-06-04 10:23:47 +08:00 committed by GitHub
commit a88615371d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -47,7 +47,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

@ -491,3 +491,8 @@ strong {
color: var(--deSuccess, #34c724);
}
}
.vjs-big-play-button {
top: calc(50% - 22px) !important;
left: calc(50% - 40px) !important;
}