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

49 lines
849 B
Plaintext
Raw Normal View History

2024-09-19 03:31:25 -04:00
@import '~antd/dist/reset.css';
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%;
}
2024-02-22 03:11:01 -05:00
.ant-menu-item {
margin: 0px !important;
}
.ant-menu-submenu{
margin: 0px !important;
}
.ant-menu-submenu-title{
margin: 0px !important;
}
.menuItemClick{
height: 100%;
display:inline-block;
}