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

Lib view mode improve (#2968)

* optimized column style

* update heading icon font-size

* improve code style
This commit is contained in:
杨顺强
2019-02-20 14:43:55 +08:00
committed by Daniel Pan
parent 3d16236bb9
commit 7c81bc6e6c
5 changed files with 90 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ class LibContentView extends React.Component {
constructor(props) {
super(props);
this.state = {
currentMode: cookie.load('seafile-view-mode'),
currentMode: cookie.load('seafile-view-mode') || 'list',
path: '',
pathExist: true,
isViewFile: false,