1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 04:48:03 +00:00

[view file via shared dir] rewrote it with react (#3235)

This commit is contained in:
llj
2019-04-10 17:57:58 +08:00
committed by Daniel Pan
parent 768ee27163
commit 1100fa8aa7
5 changed files with 88 additions and 37 deletions

View File

@@ -28,11 +28,6 @@
justify-content: space-between;
}
.shared-file-view-head a {
color: #fff;
text-decoration: none;
}
.shared-file-view-head h2 {
color: #222;
font-size: 1.4em;
@@ -44,10 +39,6 @@
margin: 0;
}
.shared-file-view-head .shared-file-op-btn {
padding: 7px;
}
.shared-file-view-body {
height: calc(100% - 60px);
padding: 30px 0 15px;