| | |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="come-out-content" v-show="subNavType == 2"> |
| | | <div class="come-out-content" :class="{ 'come-out-content-long': !isShowHouseInfoBox }" |
| | | v-show="subNavType == 2"> |
| | | <el-table :data="comeOutData" style="width: 100%" |
| | | :header-cell-style="{ 'text-align': 'center', 'background-color': '#203c60', 'borderColor': '#324e75' }" |
| | | :cell-style="{ 'text-align': 'center', 'borderColor': '#324e75' }" |
| | |
| | | </el-table> |
| | | </div> |
| | | |
| | | <div class="park-content" v-show="subNavType == 3"> |
| | | <div class="park-content" :class="{ 'come-out-content-long': !isShowHouseInfoBox }" |
| | | v-show="subNavType == 3"> |
| | | <el-table :data="parkingLotData" style="width: 100%" |
| | | :header-cell-style="{ 'text-align': 'center', 'background-color': '#203c60', 'borderColor': '#324e75' }" |
| | | :cell-style="{ 'text-align': 'center', 'borderColor': '#324e75' }" |
| | |
| | | </el-table> |
| | | </div> |
| | | |
| | | <div class="business-content" v-show="subNavType == 4"> |
| | | <div class="business-content" :class="{ 'come-out-content-long': !isShowHouseInfoBox }" |
| | | v-show="subNavType == 4"> |
| | | <el-table :data="businessData" style="width: 100%" |
| | | :header-cell-style="{ 'text-align': 'center', 'background-color': '#203c60', 'borderColor': '#324e75' }" |
| | | :cell-style="{ 'text-align': 'center', 'borderColor': '#324e75' }" |
| | |
| | | <div class="value">{{ businessChooseItem.lat |
| | | }}</div> |
| | | </div> |
| | | |
| | | </div> |
| | | <map-search-box></map-search-box> |
| | | |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | </div> |
| | | |
| | | |
| | | </el-dialog> |
| | | |
| | | <el-dialog :title="keyPersonTitle" :visible.sync="keyPersonVisible" :modal-append-to-body="false" :modal="true" |
| | |
| | | } |
| | | } |
| | | |
| | | .come-out-content, |
| | | .park-content, |
| | | .business-content { |
| | | height: 380px; |
| | | } |
| | | // .come-out-content, |
| | | // .park-content, |
| | | // .business-content { |
| | | // height: 380px; |
| | | // } |
| | | |
| | | :deep(.el-table td.el-table__cell div) { |
| | | overflow: hidden; |