
#productSynch .el-scrollbar__wrap {
    overflow-x: hidden;
}
#productSynch .is-horizontal {
    display: none;
}
#productList .searchBox {
    float: left;
    display: inline-block;
}
#productList .searchBox .searchInput {
    width: 220px;
    margin-right: 8px;
    height: 20px;
}
#productList .searchBoxBtn {
    float: right;
}

