fix: 修复前端打包错误
This commit is contained in:
parent
8d909a8b30
commit
bfa0d131f3
@ -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",
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user