forked from github/dataease
fix: 数据集重命名字段后,字段名过长的情况下,右侧功能菜单消失,无法进行其他操作
This commit is contained in:
parent
93c8cf223b
commit
afce036c46
@ -2130,7 +2130,7 @@ const getDsIconName = data => {
|
||||
}
|
||||
|
||||
.custom-tree-node {
|
||||
flex: 1;
|
||||
width: calc(100% - 32px);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-right: 8px;
|
||||
@ -2138,7 +2138,7 @@ const getDsIconName = data => {
|
||||
|
||||
.label-tooltip {
|
||||
margin-left: 5.33px;
|
||||
width: 60%;
|
||||
width: 70%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
Loading…
Reference in New Issue
Block a user