11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
|
@import '~antd/dist/antd.less';
|
||
|
.ant-tree-node-content-wrapper {
|
||
|
display: inline-block;
|
||
|
width: 176px;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
|