mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-21 05:19:42 +08:00
18 lines
291 B
SCSS
18 lines
291 B
SCSS
.col-list-tree {
|
|
.ant-tree-node-content-wrapper {
|
|
width: calc(100% - 24px);
|
|
}
|
|
.menu-title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
.case-delete-icon{
|
|
display: none;
|
|
}
|
|
}
|
|
.menu-title:hover {
|
|
.case-delete-icon {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|