老产品前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

42 lines
580 B

.div_del {
position: absolute;
left: 10px;
bottom: 0;
}
.div_search {
display: flex;
}
.div_search .resi-cell {
display: flex;
align-items: center;
}
.div_search .resi-cell .resi-cell-label {
width: 70px;
box-sizing: border-box;
margin-right: 15px;
text-align: right;
}
.div_search .resi-cell .resi-cell-input {
width: 180px;
}
.el-row {
/* margin-bottom: 20px; */
display: flex;
flex-wrap: wrap;
margin-top: 10px;
margin-right: 50px;
}
.setFormBoxHeight {
max-height: 99px;
overflow: hidden;
}
.setFormBoxHeightAuto {
height: auto;
}