@keyframes avatarMove-4706a63e{0%{opacity:0;top:-20px}to{opacity:1;top:0}}[data-v-4706a63e] .avatar{position:relative;width:100px;height:100px;overflow:hidden;display:flex;border:1px dashed #ccc;border-radius:8px;align-items:center;justify-content:center;cursor:pointer}[data-v-4706a63e] .avatar.avatar-animate{opacity:0;top:-20px;animation:avatarMove-4706a63e .3s ease forwards}[data-v-4706a63e] .avatar.avatar-animate span{z-index:2;position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;transition:all .3s ease;background:rgba(0,0,0,.3);border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}[data-v-4706a63e] .avatar.avatar-animate span svg{width:20px;margin:0 10px;color:#fff}[data-v-4706a63e] .avatar.avatar-animate span:hover{opacity:1}[data-v-4706a63e] .avatar img{display:block;width:100px;height:auto;position:absolute;z-index:1;left:50%;top:50%;transform:translate(-50%,-50%)}[data-v-4706a63e] .avatar i{position:absolute;z-index:2;right:-5px;top:-5px;width:20px;height:20px;text-align:center;line-height:20px;background:rgba(0,0,0,.1);border-radius:100%;overflow:hidden}[data-v-4706a63e] .avatar i:hover{color:red}[data-v-4706a63e] .avatar svg{width:30px;color:#ccc}.el-tree[data-v-d45de3aa]{height:calc(100vh - 180px);overflow:hidden;overflow-y:auto;margin:20px 20px 0;border:1px solid #f0f0f0}[data-v-d45de3aa] .el-tree-node__content{height:unset}[data-v-d45de3aa] .el-tree-node__content .custom-tree-node{width:100%;display:flex;align-items:center;justify-content:space-between;height:50px;border-bottom:1px solid #f0f0f0}[data-v-d45de3aa] .el-tree-node__content .custom-tree-node strong{color:#111;font-size:14px;font-weight:400}[data-v-d45de3aa] .el-tree-node__content .custom-tree-node .d-btns{display:flex;align-items:center;margin-right:20px}