guanqb
2023-10-13 9b78bf19a11d76f1c3e4685207387ff7105610c8
社区出入口 停车场 商业数据样式调整
2 files modified
28 ■■■■■ changed files
src/styles/media/index.scss 6 ●●●●● patch | view | raw | blame | history
src/views/house/index.vue 22 ●●●● patch | view | raw | blame | history
src/styles/media/index.scss
@@ -876,6 +876,12 @@
                                    }
                                    &>.come-out-content-long,
                                    &>.park-content-long,
                                    &>.business-content-long {
                                        height: countSizeVh(780);
                                    }
                                }
                                .police-info {
src/views/house/index.vue
@@ -343,7 +343,8 @@
                        </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' }"
@@ -357,7 +358,8 @@
                        </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' }"
@@ -371,7 +373,8 @@
                        </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' }"
@@ -469,7 +472,6 @@
                <div class="value">{{ businessChooseItem.lat
                }}</div>
            </div>
        </div>
        <map-search-box></map-search-box>
@@ -626,8 +628,6 @@
                    </el-table-column>
                </el-table>
            </div>
        </el-dialog>
        <el-dialog :title="keyPersonTitle" :visible.sync="keyPersonVisible" :modal-append-to-body="false" :modal="true"
@@ -3299,11 +3299,11 @@
                    }
                }
                .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;