tree组件overflow

This commit is contained in:
禺狨
2023-05-09 09:19:21 +08:00
parent dfcd1fbaec
commit 0b83fb69ff
4 changed files with 19 additions and 10 deletions

View File

@@ -457,6 +457,7 @@ textarea.ant-input {
margin-bottom: 8px !important;
display: flex;
align-items: center !important;
&.ant-tree-treenode-selected {
background-color: #fff2f0 !important;
border-radius: 6px !important;
@@ -559,9 +560,11 @@ textarea.ant-input {
.tree-title-elli {
width: 100%;
display: -webkit-box;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.ant-tabs {