.scanInventory {
    padding: 24rpx 24rpx;
    .scanInven-form-item {
        padding: 24rpx;
        background: #ffffff;
        border-radius: 4rpx;
        .box {
            height: 80rpx;
            border-bottom: 1px solid #e6edf0;
            .label {
                font-size: 24rpx;
                color: #6e767a;
                margin-right: 60rpx;
            }
            .input-wrap {
                width: calc(100% - 110rpx);
                .tab-panel {
                    &:last-child {
                        margin-right: 0;
                    }
                }
            }
            .tab {
                .tab-panel {
                    width: 147rpx;
                    height: 48rpx;
                    background: #9ca8ad;
                    border-radius: 4rpx;
                    font-size: 24rpx;
                    color: #ffffff;
                    margin-right: 24rpx;
                    &.curr {
                        background: #197adb;
                    }
                }
            }
            .uni-list-cell-db {
                width: calc(100% - 416rpx);
                position: relative;
                .icon-sanjiaoxing1 {
                    position: absolute;
                    right: 0;
                    top: 15rpx;
                    font-size: 17rpx;
                    color: #9ca8ad;
                }
            }
            .uni-input {
                font-size: 24rpx;
                color: #404547;
            }
            &.operate {
                justify-content: flex-end;
                text {
                    font-size: 26rpx;
                    color: #197adb;
                    margin-right: 60rpx;
                    font-weight: bold;
                    &:last-child {
                        margin-right: 0;
                    }
                }
            }
            .scan-view {
                width: 49rpx;
                height: 100%;
                .iconfont {
                    font-size: 30rpx;
                    color: #197adb;
                }
            }
        }
    }
    .uni-table-box {
        padding-top: 24rpx;
        padding-bottom: 24rpx;
        background-color: #ffffff;
        ::v-deep .uni-table-scroll {
        }
        ::v-deep .uni-table {
            min-width: 100% !important;
        }
        .uni-input {
            border: 1px #ebeef5 solid;
        }
    }
    .fix-box {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 98rpx;
        background: #ffffff;
        padding: 0 24rpx;
        z-index: 98;
        .t1 {
            font-size: 22rpx;
            color: #404547;
        }
        .t2 {
            font-size: 32rpx;
            color: #197adb;
            font-weight: bold;
        }
        .btn {
            width: 252rpx;
            height: 78rpx;
            background: #bb3434;
            border-radius: 4rpx;
            font-size: 28rpx;
            color: #ffffff;
        }
    }
    .addRow {
        width: 128rpx;
        height: 60rpx;
        background: #197adb;
        border-radius: 4rpx;
        font-size: 28rpx;
        color: #ffffff;
        margin-top: 24rpx;
        margin-bottom: 24rpx;
    }
    .save {
        height: 88rpx;
        background: #197adb;
        border-radius: 4rpx;
        font-size: 28rpx;
        color: #ffffff;
        margin-bottom: 100rpx;
    }
}

::v-deep {
    .uni-table-scroll {
        width: auto !important;
        margin: 0 24rpx;
    }
    .checkbox {
        width: 45px !important;
        display: flex !important;
        align-items: center;
    }
    .disabledClass {
        .checkbox {
            .is-checked {
                background-color: #e6edf0 !important;
                border-color: #e6edf0 !important;
            }
        }
    }
    .uni-table-tr {
        display: flex !important;
    }
    .uni-table-th,
    .uni-table-td {
        display: flex !important;
        font-weight: normal !important;
        &:nth-child(2) {
            width: 16% !important;
        }
        &:nth-child(3) {
            width: 34% !important;
        }
        &:nth-child(4) {
            width: 22% !important;
        }
        &:nth-child(5) {
            width: 28% !important;
        }
    }
    .uni-table-td {
        border-right: 1px #ebeef5 solid;
    }
    .pop-list .uni-table-th {
        width: 33.3% !important;
    }
    .pop-list .uni-table-td {
        width: 33.3% !important;
    }
}