1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

repair tree-view item style

This commit is contained in:
shanshuirenjia
2019-04-17 18:25:38 +08:00
parent 5a835ad397
commit 84d56e011b
2 changed files with 3 additions and 7 deletions

View File

@@ -77,9 +77,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 24px;
display: flex;
align-items: center;
line-height: 24px;
}
.tree-node-inner .left-icon {

View File

@@ -110,14 +110,12 @@
.tree-node-inner .tree-node-text {
padding-left: 2.8rem;
width: calc(100% - 2.8rem);
width: calc(100% - 1rem);
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 24px;
display: flex;
align-items: center;
line-height: 24px;
}
.tree-node-inner .left-icon {