|
@@ -150,6 +150,7 @@
|
|
title="行李追踪位置信息"
|
|
title="行李追踪位置信息"
|
|
@clearSearchData="clearSearchData"
|
|
@clearSearchData="clearSearchData"
|
|
@getSearchData="getSearchData"
|
|
@getSearchData="getSearchData"
|
|
|
|
+ style="padding-left: 32px"
|
|
/>
|
|
/>
|
|
<div class="airportInfo-content">
|
|
<div class="airportInfo-content">
|
|
<el-row :gutter="24">
|
|
<el-row :gutter="24">
|
|
@@ -933,7 +934,7 @@ export default {
|
|
height: 60vh;
|
|
height: 60vh;
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
- padding: 32px 40px 0 32px;
|
|
|
|
|
|
+ padding: 32px 40px 0 0;
|
|
// background: #ffffff;
|
|
// background: #ffffff;
|
|
// box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.06);
|
|
// box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.06);
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|