|
@@ -11,7 +11,7 @@
|
|
|
<!--机场基本信息-->
|
|
|
<div class="airportInfoDetails-head">
|
|
|
<Search title="机场基本信息" :isSearch="false">
|
|
|
- <button class="btnAn" @click="EditAirportInfo">保存</button>
|
|
|
+ <!-- <button class="btnAn" @click="EditAirportInfo">保存</button> -->
|
|
|
</Search>
|
|
|
<div class="airportInfoDetails-head-content dialog-public-background">
|
|
|
<!-- <el-row :gutter="24">
|
|
@@ -150,6 +150,7 @@
|
|
|
title="行李追踪位置信息"
|
|
|
@clearSearchData="clearSearchData"
|
|
|
@getSearchData="getSearchData"
|
|
|
+ style="padding-left: 32px; padding-right: 32px"
|
|
|
/>
|
|
|
<div class="airportInfo-content">
|
|
|
<el-row :gutter="24">
|
|
@@ -933,7 +934,7 @@ export default {
|
|
|
height: 60vh;
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: auto;
|
|
|
- padding: 32px 40px 0 32px;
|
|
|
+ padding: 32px 0x 0 0;
|
|
|
// background: #ffffff;
|
|
|
// box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.06);
|
|
|
border-radius: 4px;
|