1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

[spreadsheet file view] rewrote it with react (#3163)

This commit is contained in:
llj
2019-03-25 10:56:57 +08:00
committed by Daniel Pan
parent 873ead2c77
commit e9ba27701c
7 changed files with 238 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
.spreadsheet-file-view {
overflow: auto;
}
#spreadsheet-container {
display: block;
width: calc(100% - 40px);
max-width: 950px;
min-height: 100%;
margin: 0 auto;
background: #fff;
border: 1px solid #ccc;
box-shadow: 0 0 6px #ccc;
}