app-range-date.less 287 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.app-range-date {
    display: flex;
    min-width: 493px;
    .editor-span{
        padding: 0 10px;
        font-size: 15px;
    }
    .editor-space {
        padding: 0 10px;
        font-size: 15px;
        min-width: 108px;
    }
    .ivu-date-picker {
        flex-grow: 1;
    }
}