1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 04:48:03 +00:00

change tree-view line-height (#3220)

* change tree-view line-height

* change line-height

* optimized tree-node css
This commit is contained in:
zxj96
2019-04-09 22:09:51 +08:00
committed by Daniel Pan
parent 831eec3a81
commit 7522fc0af1
2 changed files with 8 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
.tree-node-inner {
position: relative;
height: 26px;
height: 24px;
cursor: pointer;
line-height: 1.625;
}
@@ -76,6 +76,9 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 24px;
display: flex;
align-items: center;
}
.tree-node-inner .left-icon {

View File

@@ -98,7 +98,7 @@
.tree-node-inner {
position: relative;
height: 26px;
height: 24px;
cursor: pointer;
line-height: 1.625;
}
@@ -115,6 +115,9 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 24px;
display: flex;
align-items: center;
}
.tree-node-inner .left-icon {