forked from github/dataease
Merge pull request #10062 from dataease/pr@dev-v2@fix_install
fix: 修复前端打包错误
This commit is contained in:
commit
a88615371d
@ -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",
|
||||
|
@ -491,3 +491,8 @@ strong {
|
||||
color: var(--deSuccess, #34c724);
|
||||
}
|
||||
}
|
||||
|
||||
.vjs-big-play-button {
|
||||
top: calc(50% - 22px) !important;
|
||||
left: calc(50% - 40px) !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user