|
@@ -70,6 +70,7 @@
|
|
|
:finished="finished"
|
|
|
finished-text="没有更多了"
|
|
|
@load="onLoad"
|
|
|
+ style="margin-top:0px"
|
|
|
>
|
|
|
<van-swipe-cell v-for="item in list" :key="item">
|
|
|
<div class="list-item" @click="placeFirefightingInfo(item.id)">
|
|
@@ -277,6 +278,7 @@ html {
|
|
|
.list-item {
|
|
|
background-color: #fff;
|
|
|
padding: 10px;
|
|
|
+ padding-top: 0px;
|
|
|
overflow: hidden;
|
|
|
border-bottom: 1px solid #f2f2f2;
|
|
|
.item_top {
|
|
@@ -312,5 +314,8 @@ html {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .delete-button{
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|