.div_search { display: flex; .resi-cell { display: flex; align-items: center; .resi-cell-label { width: 70px; box-sizing: border-box; margin-right: 15px; text-align: right; // line-height: 32; } .resi-cell-input { width: 180px; } } } .div_table_item { margin-top: 20px; position: relative; } .div_del { position: absolute; left: 10px; bottom: 0; } .div_search { display: flex; .resi-cell { display: flex; align-items: center; .resi-cell-label { width: 70px; box-sizing: border-box; margin-right: 15px; text-align: right; // line-height: 32; } .resi-cell-input { width: 180px; } } } .div_btn { display: flex; margin-top: 10px; .btn_upload { margin-left: 10px; display: flex; } } .el-row { /* margin-bottom: 20px; */ display: flex; flex-wrap: wrap; margin-top: 10px; margin-right: 50px; }