update:更新评估页面
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
<img src="../assets/pingu.png" alt="" />
|
||||
</div>
|
||||
<span>分户评估结果</span>
|
||||
<div>
|
||||
<div @click="evaluate()">
|
||||
<img src="../assets/jiantou.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -94,7 +94,7 @@
|
||||
<img src="../assets/xy.png" alt="" />
|
||||
</div>
|
||||
<span>补偿协议</span>
|
||||
<div>
|
||||
<div @click="compensate()">
|
||||
<img src="../assets/jiantou.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -245,7 +245,6 @@ export default {
|
||||
}
|
||||
.content {
|
||||
background-color: #ffffff;
|
||||
// box-shadow: 10px 10px 10px 10px #e3e9eb;
|
||||
> :nth-child(1) {
|
||||
background: url('../assets/3.png') no-repeat;
|
||||
background-size: 100%;
|
||||
@@ -272,6 +271,9 @@ export default {
|
||||
}
|
||||
// 征收信息
|
||||
> :nth-child(2) {
|
||||
> div {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
img {
|
||||
width: 5%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user