@import '../less/menu.component.less';

.menuTree{
}
.menuSearch{
    width:100%;
    padding:10px 20px;
    position: relative;
}
.search{
    position: absolute;
    right: 30px;
    width: 20px;
    height: 20px;
    top: 15px;
    line-height: 20px;
    font-size: 16px;
}
