1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 20:37:42 +00:00

[view shared dir] rewrote it with react (#3211)

This commit is contained in:
llj
2019-04-08 12:04:17 +08:00
committed by Daniel Pan
parent fed5fa703d
commit 0f6d6571a5
7 changed files with 443 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
body {
overflow: hidden;
}
#wrapper {
height: 100%;
}
.top-header {
background: #f4f4f7;
border-bottom: 1px solid #e8e8e8;
padding: 8px 16px 4px;
height: 53px;
flex-shrink: 0;
}
.title {
font-size: 1.4rem;
margin-bottom: .5rem;
}
.shared-dir-view-main {
width: calc(100% - 40px);
max-width: 950px;
padding: 15px 0;
margin: 0 auto;
}
.op-bar {
padding: 9px 10px;
background: #f2f2f2;
border-radius: 2px;
}