|
@@ -99,7 +99,7 @@
|
|
<el-col :span="6" class="table-cell">{{order.receiverName}}</el-col>
|
|
<el-col :span="6" class="table-cell">{{order.receiverName}}</el-col>
|
|
<el-col :span="6" class="table-cell">{{order.receiverPhone}}</el-col>
|
|
<el-col :span="6" class="table-cell">{{order.receiverPhone}}</el-col>
|
|
<el-col :span="6" class="table-cell">{{order.receiverPostCode}}</el-col>
|
|
<el-col :span="6" class="table-cell">{{order.receiverPostCode}}</el-col>
|
|
- <el-col :span="6" class="table-cell">{{order | formatAddress}}</el-col>
|
|
|
|
|
|
+ <el-col :span="6" class="table-cell show-all">{{order | formatAddress}}</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</div>
|
|
</div>
|
|
<div style="margin-top: 20px">
|
|
<div style="margin-top: 20px">
|
|
@@ -710,6 +710,7 @@
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
color: #303133;
|
|
color: #303133;
|
|
}
|
|
}
|
|
|
|
+ .table-cell.show-all{line-height: 1.3;overflow-y: auto;text-align: left;}
|
|
</style>
|
|
</style>
|
|
|
|
|
|
|
|
|