49 lines
849 B
Plaintext
49 lines
849 B
Plaintext
@import '~antd/dist/reset.css';
|
|
.ant-tree{
|
|
overflow: auto scroll;
|
|
height: 95.7%;
|
|
}
|
|
.ant-tree-node-content-wrapper {
|
|
display: inline-block;
|
|
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;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-tabs{
|
|
height: 100%;
|
|
}
|
|
.ant-tabs-content {
|
|
height: 100%;
|
|
}
|
|
.ant-tabs-tabpane{
|
|
height: 100%;
|
|
}
|
|
.HlexicalName {
|
|
height: 94.5%;
|
|
}
|
|
.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;
|
|
} |