update:更新评估页面

This commit is contained in:
2021-09-09 14:05:43 +08:00
parent 0449d6b113
commit 57213f11fe
3 changed files with 16 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
<span> 身份证号码{{ this.source.idCard }} </span>
</div>
<div>请选择您的征收项目</div>
<div><i class="el-icon-caret-bottom"></i></div>
</div>
<div>
<div>
@@ -57,13 +58,17 @@ export default {
text-align: center;
margin-top: 10px;
}
// 箭头
> :nth-child(3) {
text-align: center;
}
}
> :nth-child(2) {
padding: 10px;
background-color: #f5faff;
> :nth-child(1) {
border: 1px solid black;
padding: 10px;
padding: 5px 10px;
background-color: #ffffff;
> :nth-child(1) {
display: flex;