|
@ -1,6 +1,6 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div> |
|
|
<div class="resi-container"> |
|
|
<el-card> |
|
|
<el-card class="resi-card-table"> |
|
|
<div class="resi-row-btn"> |
|
|
<div class="resi-row-btn"> |
|
|
<h2 type="success" size="small">导入记录</h2> |
|
|
<h2 type="success" size="small">导入记录</h2> |
|
|
</div> |
|
|
</div> |
|
@ -163,133 +163,20 @@ export default { |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
.tabs-other-info { |
|
|
.resi-container .resi-card-table { |
|
|
.el-tabs__item { |
|
|
::v-deep .el-table th { |
|
|
// width: 50px; |
|
|
color: #fff; |
|
|
height: 20px; |
|
|
background-color: rgba(33, 149, 254, 1); |
|
|
box-sizing: border-box; |
|
|
// border-right: 1px solid rgba(33, 149, 254, 1); |
|
|
margin-right: 7px; |
|
|
|
|
|
padding: 0 10px !important; |
|
|
|
|
|
font-size: 8px; |
|
|
|
|
|
font-weight: 500; |
|
|
|
|
|
color: #666666; |
|
|
|
|
|
line-height: 20px; |
|
|
|
|
|
background: #ebecf1; |
|
|
|
|
|
border-radius: 2px; |
|
|
|
|
|
} |
|
|
|
|
|
.el-tabs__nav-wrap::after, |
|
|
|
|
|
.el-tabs__active-bar { |
|
|
|
|
|
display: none; |
|
|
|
|
|
} |
|
|
|
|
|
.el-tabs__nav-next, |
|
|
|
|
|
.el-tabs__nav-prev { |
|
|
|
|
|
line-height: 20px; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.resi-card-table { |
|
|
|
|
|
margin-top: 20px; |
|
|
|
|
|
} |
|
|
|
|
|
.resi-row-btn { |
|
|
|
|
|
margin-bottom: 13px; |
|
|
|
|
|
.upload-btn { |
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
margin: 0 10px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
.resi-other { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
.resi-other-title { |
|
|
|
|
|
width: 100px; |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
|
// padding: 6px 12px 0 0; |
|
|
|
|
|
font-size: 16px; |
|
|
|
|
|
font-weight: 500; |
|
|
|
|
|
color: #333; |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
} |
|
|
|
|
|
.tabs-other-info { |
|
|
|
|
|
// padding-left: 60px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.resi-btns { |
|
|
.resi-btns { |
|
|
margin-top: 20px; |
|
|
margin-top: 20px; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.resi-container .resi-card { |
|
|
|
|
|
position: relative; |
|
|
|
|
|
overflow: visible; |
|
|
|
|
|
} |
|
|
|
|
|
.resi-down { |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
left: 50%; |
|
|
|
|
|
bottom: -10px; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
width: 46px; |
|
|
|
|
|
height: 12px; |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
margin-left: -23rpx; |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
background: #ffffff; |
|
|
|
|
|
border-radius: 0 0 10px 10px; |
|
|
|
|
|
img { |
|
|
|
|
|
display: block; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
.resi-row-box { |
|
|
|
|
|
height: 104px; |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
transition: height 0.5s; |
|
|
|
|
|
} |
|
|
|
|
|
.resi-row-more { |
|
|
|
|
|
height: max-content; |
|
|
|
|
|
transition: height 0.5s; |
|
|
|
|
|
} |
|
|
|
|
|
.resi-row { |
|
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
|
} |
|
|
|
|
|
.resi-search { |
|
|
|
|
|
.el-col { |
|
|
|
|
|
text-align: right; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
.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-value-radio { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
min-height: 32px; |
|
|
|
|
|
} |
|
|
|
|
|
.resi-cell-input { |
|
|
|
|
|
width: 180px; |
|
|
|
|
|
} |
|
|
|
|
|
.resi-cell-select { |
|
|
|
|
|
width: 180px; |
|
|
|
|
|
box-sizing: border-box; |
|
|
|
|
|
margin-right: 10px; |
|
|
|
|
|
&-middle { |
|
|
|
|
|
width: 130px; |
|
|
|
|
|
} |
|
|
|
|
|
&-small { |
|
|
|
|
|
width: 88px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
.resi-cell-select:last-child { |
|
|
|
|
|
margin-right: 0; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
</style> |
|
|
</style> |
|
|