.date-item-pc {
    display: flex;
    align-items: center;
    .date-item-pc-panel {
        position: relative;
        flex: 1;
        .date-item-pc-panel-input {
            position: absolute;
            left: 0;
            top: 0;
            z-index: 333;
            pointer-events: none;
            input{
                color: @theme-color;
            }
        }
    }
    .split-line{
        margin: 0 4px;
        width: 10px;
        height: 1px;
        background-color: @border-color-2;
    }
    .el-input__inner, .el-input__icon {
        height: 30px;
        line-height: 30px;
    }
    &-noon{
        flex: 1;
        display: flex;
        align-items: center;
        .select-noon{
            flex:1;
        }

    }
}

.sn-pc-date-picker-panel {
    .el-date-table td span {
        border-radius: 2px;
    }
}
