mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 10:58:33 +00:00
Data grid module (#3210)
* Initialize the sdb file loading process * add ctable view module * change logo to name * optimized code
This commit is contained in:
14
frontend/src/css/file-view-data-grid.css
Normal file
14
frontend/src/css/file-view-data-grid.css
Normal file
@@ -0,0 +1,14 @@
|
||||
#header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
background-color: #f4f4f7;
|
||||
font-size: 1rem;
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
#main {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
}
|
Reference in New Issue
Block a user