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:
13
frontend/src/css/spreadsheet-file-view.css
Normal file
13
frontend/src/css/spreadsheet-file-view.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user