assistant-note/src/components/ItemTree/index.less

37 lines
644 B
Plaintext
Raw Normal View History

2024-01-25 05:46:51 -05:00
@import '~antd/dist/antd.less';
2024-02-21 00:28:03 -05:00
.ant-tree{
overflow: auto scroll;
height: 95.7%;
}
2024-01-25 05:46:51 -05:00
.ant-tree-node-content-wrapper {
display: inline-block;
2024-02-06 02:19:12 -05:00
white-space: nowrap;
}
.ant-tree-treenode-switcher-close{
display: inline-block;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-tree-treenode-switcher-close{
display: inline-block;
white-space: nowrap;
text-overflow: ellipsis;
}
.ant-tree-treenode-switcher-open{
display: inline-block;
2024-01-25 05:46:51 -05:00
white-space: nowrap;
text-overflow: ellipsis;
}
2024-02-20 20:37:15 -05:00
.ant-tabs{
height: 100%;
}
.ant-tabs-content {
height: 100%;
}
.ant-tabs-tabpane{
height: 100%;
}
.HlexicalName {
height: 94.5%;
}