﻿.date-picker-and-input {
    display: flex;
    padding-left: 20px;
    gap: 10px 5px;
    flex-wrap: wrap;
    max-height: 186px;
    overflow-x: auto;
}

    .date-picker-and-input .el-input-number {
        width: 100px;
    }

    .date-picker-and-input > div {
        max-width: 100px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .date-picker-and-input > div > label {
            text-align: center;
        }