1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 10:26:17 +00:00

rewrote inner & shared 'video file view' with react (#3017)

* rewrote inner & shared 'video file view' with react

* modification
This commit is contained in:
llj
2019-03-01 11:58:27 +08:00
committed by Daniel Pan
parent 17bd372668
commit 25afd1fb1a
12 changed files with 540 additions and 35 deletions

View File

@@ -0,0 +1,8 @@
.video-file-view {
overflow: auto;
}
.video-js {
width: calc(100% - 40px);
max-width: 800px;
margin: 0 auto;
}