app-export-excel.less 797 字节
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
.ivu-dropdown-item{
    p {
        height: 100%;
        display: flex;
        align-items: center;

        .el-input {
            width: 62px;
        }
        .item-text {
            margin: 0 8px;
        }
    }
}

.dropdown-item-custom:hover {
    color: inherit;
    background: inherit;
    cursor: initial;
}

.more-dropdown {
    .more-dropdown-content {
        &:hover {
            background-color: #ecf5ff;
            color: #66b1ff;
        }
    
        padding: 4px 16px;
        line-height: 36px;
    
        i {
            margin-right: 6px;
        }
    }
    
    .ivu-select-dropdown {
        width: 270px;
        top: 90px;
        left: -270px;
        p {
            height: auto;
            line-height: 36px;
            color: inherit;
        }
    }
}