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:
@@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
.tree-node-inner {
|
.tree-node-inner {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 26px;
|
height: 24px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
line-height: 1.625;
|
line-height: 1.625;
|
||||||
}
|
}
|
||||||
@@ -76,6 +76,9 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
height: 24px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree-node-inner .left-icon {
|
.tree-node-inner .left-icon {
|
||||||
|
@@ -98,7 +98,7 @@
|
|||||||
|
|
||||||
.tree-node-inner {
|
.tree-node-inner {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 26px;
|
height: 24px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
line-height: 1.625;
|
line-height: 1.625;
|
||||||
}
|
}
|
||||||
@@ -115,6 +115,9 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
height: 24px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree-node-inner .left-icon {
|
.tree-node-inner .left-icon {
|
||||||
|
Reference in New Issue
Block a user