index.less 311 Bytes
Newer Older
wuhao's avatar
wuhao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
.ant-tree-switcher{
    padding-top: 4px;
}
.bgs{
    width: 22px;
    height: 22px;
    background-color: rgba(255,255,255,1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 8px #eee;
    >svg{
        zoom:0.9
    }
}