1
guanqb
2023-04-02 8774c40e20b3478364eba029b8283d93330b9922
1
1 files modified
12 ■■■■ changed files
src/views/house/index.vue 12 ●●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -107,15 +107,15 @@
                            <div class="content">
                                <div>
                                    <div>电梯</div>
                                    <div style="color:#72fff8,cursor: default;">{{ floorInfo.elev == 1 ? '有' : '无' }}</div>
                                    <div style="color:#72fff8x">{{ floorInfo.elev == 1 ? '有' : '无' }}</div>
                                </div>
                                <div>
                                    <div>楼层总数</div>
                                    <div style="color:#72fff8,cursor: default;">{{ floorInfo.floor_num }}</div>
                                    <div style="color:#72fff8x">{{ floorInfo.floor_num }}</div>
                                </div>
                                <div>
                                    <div>户室总数</div>
                                    <div style="color:#72fff8,cursor: default;">{{ floorInfo.house_num }}</div>
                                    <div style="color:#72fff8">{{ floorInfo.house_num }}</div>
                                </div>
                            </div>
                        </div>
@@ -181,7 +181,7 @@
                                                <!-- :class="[{ 'chuzu': value.houseType == '出租' }, { 'zizhu': value.houseType == '自住' }, { 'kongzhi': value.houseType == '空置' }, { 'shangye': value.houseType == '商业' }]" -->
                                                {{ value.properties.fojcu }}
                                                <!-- <div class="flow"></div>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <div class="warning"></div>-->
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <div class="warning"></div>-->
                                            </div>
                                        </div>
                                    </div>
@@ -1805,10 +1805,10 @@
                                flex: 1;
                                display: flex;
                                justify-content: center;
                                border-right: 1px solid #50555f;
                                border-right: 1px solid #fff;
                                &>div {
                                    cursor: pointer;
                                    cursor: default;
                                }
                                &>div:last-child {