|
@@ -15,7 +15,7 @@
|
|
|
</div>
|
|
|
<!-- 各个运单 -->
|
|
|
<div class="batchss"
|
|
|
- :style="{ overflow: item.openCard ? 'auto' : 'hidden', height: item.openCard ? 'auto' : '130px', }">
|
|
|
+ :style="{ overflow: item.openCard ? 'auto' : 'hidden', height: item.openCard ? 'auto' : '150px', }">
|
|
|
<div class="batch-middel" v-for="(unfold, index) in item.list" :key="index">
|
|
|
<div class="batch-middel-text">
|
|
|
<div class="batch-middel-text-style">[{{ unfold.expressCompany }}]运单号:{{
|
|
@@ -272,7 +272,7 @@ export default {
|
|
|
|
|
|
|
|
|
.batchss {
|
|
|
- height: 130px;
|
|
|
+ // height: 130px;
|
|
|
// overflow: hidden;
|
|
|
}
|
|
|
|
|
@@ -292,7 +292,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
&-middel {
|
|
|
- height: 120px;
|
|
|
+ // height: 120px;
|
|
|
background-color: #f2f2f2;
|
|
|
border-radius: 12px;
|
|
|
margin: 10px 6px;
|