app-department-personnel.less 1.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
.app-department-personnel{
    position: relative;
    .ivu-select-selection{
        position: relative;
        padding: 0;
        .ivu-select-selected-value{
            padding-left: 15px;
            font-size: 13px;
        }
        .ivu-tag.ivu-tag-checked{
            top: 1px;
            font-size: 12px;
            height: 24px;
            line-height: 22px;
            margin: 2px 0px 2px 6px;
            padding: 0 3px 0 8px;
            background-color: #f4f4f5;
            border-color: #e9e9eb;
            color: #909399;
            .ivu-tag-text{
                padding: 0 8px 0 0;
            }
        }
        .ivu-icon.ivu-icon-ios-close{
            position: absolute;
            width: 10px;
            line-height: 10px;
            height: 10px;
            top: 6px;
            margin-left: 8px;
            font-size: 4px;
            color: #909399;
            background-color: #c0c4cc;
            border-radius: 50%;
        }
        .ivu-icon.ivu-icon-ios-close:hover{
            color: #fff;
            background-color: #909399;
        }
        .ivu-icon-ios-close:before {
            position: absolute;
            left: -1px;
        }
    }
    .el-icon-search{
        position: absolute;
        top: 10px;
        right: 27px;
        color: #c0c4cc;
    }
}