5 changed files with 58 additions and 5 deletions
@ -0,0 +1,42 @@ |
|||||
|
.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; |
||||
|
} |
@ -0,0 +1 @@ |
|||||
|
.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{display:flex;flex-wrap:wrap;margin-top:10px;margin-right:50px}.setFormBoxHeight{max-height:99px;overflow:hidden}.setFormBoxHeightAuto{max-height:auto} |
Loading…
Reference in new issue