﻿#scrapGoods #con {
    width: 1024px;
    height: 100%;
    padding: 10px;
}

#scrapGoods #lines {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    margin-top: 10px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
}
    #scrapGoods #lines .line-select {
        margin-left: 3px;
    }