@media screen and (max-width:480px) {
    .tree-search-box{
        width:calc(100% - 60px);
    }
    .SView-button-tree-state-change {
        width: 36px;
        height: 28px;
        float: right;
        display: flex !important;
        align-items: center;
        cursor: unset;
    }
        .SView-button-tree-state-change img {
            width: 16px;
            height: 16px;
            vertical-align: text-top;
            margin-left: 6px;
            margin-right: 16px;
            transform: rotate(90deg);
            cursor:unset;
        }
    .SView-treeDialog-side .SView-button-tree-state-change img {
        width: 16px;
        height: 16px;
        vertical-align: text-top;
        margin-left: 6px;
        margin-right: 16px;
        transform:unset;
    }

    .tree-main{
        min-width:100% !important;
    }
    .tree-li{
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    .tree-subject > div:first-child{
        cursor:unset;
    }
    .tree-node-name-active{
        cursor:unset;
    }
    .tree-node-name:hover {
        background-color: unset;
    }
}
