shuishen
2022-09-17 574d2da30c96aa32acd5ac0742f564cef8ad00e0
小区
2 files modified
25 ■■■■■ changed files
src/views/house/index.vue 19 ●●●●● patch | view | raw | blame | history
src/views/lyout/index.vue 6 ●●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2022-09-17 10:41:34
 * @LastEditTime: 2022-09-17 11:59:25
 * @FilePath: \srs-police-affairs\src\views\house\index.vue
 * @Description: 小区-栋-层-房屋
 * 
@@ -11,7 +11,11 @@
<template>
    <div class="container">
        <div class="search-box"></div>
        <div class="search-box">
            <el-input size="small" placeholder="请输入小区名称" v-model="searchHouse">
                <el-button slot="append" icon="el-icon-search"></el-button>
            </el-input>
        </div>
        <div class="result-content">
            <div class="housing-estate-info">
                <div class="housing-bg"></div>
@@ -141,7 +145,9 @@
export default {
    data () {
        return {
            searchHouse: '',
            navType: 0
        }
    },
    created () {
@@ -167,11 +173,14 @@
    width: 400px;
    height: 100%;
    color: #fff;
    background: rgba(41, 53, 53, 0.8);
    background: rgba(7, 22, 37, 0.8);
    .search-box {
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        background: blue;
    }
    .result-content {
@@ -179,12 +188,10 @@
        height: calc(100% - 58px);
        overflow-x: hidden;
        overflow-y: auto;
        background: pink;
        .housing-estate-info {
            .housing-bg {
                height: 200px;
                background: rgb(34, 196, 255);
            }
            .housing-introduce {
src/views/lyout/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:24
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2022-09-16 09:01:58
 * @LastEditTime: 2022-09-17 11:56:45
 * @FilePath: \srs-police-affairs\src\views\lyout\index.vue
 * @Description: 
 * 
@@ -11,7 +11,7 @@
<template>
    <div class="wrapper">
        <div class="main-header">
            <div class="title">警务平台</div>
            <div class="title">社区警务平台</div>
            <!-- 菜单导航 -->
            <div class="menu-list">
@@ -114,7 +114,7 @@
        z-index: 99;
        .title {
            width: 200px;
            width: 300px;
        }
        .menu-list {