1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

improve tree loading for Wiki mode (#2842)

This commit is contained in:
杨顺强
2019-01-23 16:25:14 +08:00
committed by Daniel Pan
parent 4b4233ebb9
commit 123a442319
19 changed files with 1386 additions and 601 deletions

View File

@@ -91,10 +91,6 @@
}
/*tree view */
.tree-node:not([type = 'dir']):hover {
background-color: rgb(255,239,178);
}
.tree-view {
padding-left: 10px;
line-height: 1.5;
@@ -107,6 +103,10 @@
line-height: 1.625;
}
.tree-node-inner-hover {
background-color: rgb(255,239,178);
}
.tree-node-inner .tree-node-text {
padding-left: 2.8rem;
width: calc(100% - 2.8rem);
@@ -147,7 +147,7 @@
.tree-node-inner .right-icon {
position: absolute;
top: 0;
right: 0;
right: 1rem;
bottom: 0;
width: 1.5rem;
color: #888;

View File

@@ -25,6 +25,7 @@
font-size: 0.8125rem;
}
.wiki-pages-container {
flex: 1;
overflow: hidden;
padding-bottom: 10px;
}