Commit 2f3ba433 authored by 郭铭瑶's avatar 郭铭瑶 🤘

去除专项应用模块,调整布局

parent 0a9b8640
<template> <template>
<div class="combine"> <div class="combine">
<m-scroll v-if="list.length > 0" :length="list.length" :limit="1"> <m-scroll v-if="list.length > 0" :length="list.length" :limit="2">
<div @click="$emit('select', item)" :class="{detail: true, done: !isDoing}" v-for="item in list" :key="item.id"> <div @click="$emit('select', item)" :class="{detail: true, done: !isDoing}" v-for="item in list" :key="item.id">
<div> <div>
<h5>{{item.communityName}}</h5> <h5>{{item.communityName}}</h5>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</div> </div>
</div> </div>
<div class="detail"> <div class="detail">
<m-scroll v-if="$store.state.patrolList.length > 0" :length="$store.state.patrolList.length" mode="2" :limit="$store.state.currentStreetInfo.name === '新江湾城街道' ? 1 : 2" :step="0.75"> <m-scroll v-if="$store.state.patrolList.length > 0" :length="$store.state.patrolList.length" mode="2" :limit="$store.state.currentStreetInfo.name === '新江湾城街道' ? 2 : 3" :step="0.75">
<div @click="$emit('select', {...item, key: 'patrol'})" class="info" v-for="(item, i) in $store.state.patrolList" :key="item.communityName+i" :class="{over: item.checkStateName === '逾期' || item.checkStateName.indexOf('未完结') >= 0}"> <div @click="$emit('select', {...item, key: 'patrol'})" class="info" v-for="(item, i) in $store.state.patrolList" :key="item.communityName+i" :class="{over: item.checkStateName === '逾期' || item.checkStateName.indexOf('未完结') >= 0}">
<h5>{{item.communityName}}</h5> <h5>{{item.communityName}}</h5>
<div> <div>
......
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
</div> </div>
</m-card> </m-card>
</div> </div>
<div class="bottom"> <!-- <div class="bottom">
<m-card title="专项应用"><Application /></m-card> <m-card title="专项应用"><Application /></m-card>
</div> </div> -->
</div> </div>
</template> </template>
...@@ -73,27 +73,25 @@ export default { ...@@ -73,27 +73,25 @@ export default {
>div >div
// width 50% // width 50%
width calc(33.3vw / 2) width calc(33.3vw / 2)
height 80% height 100%
&.left &.left
>div >div
&:nth-child(1) &:nth-child(1)
&:nth-child(2) &:nth-child(2)
height 37% height 30%
&:nth-child(3) &:nth-child(3)
height 26% height 40%
&.right &.right
display flex
flex-direction column
>div >div
&:nth-child(1) &:nth-child(1)
height 37% height 30%
&:nth-child(2) &:nth-child(2)
flex 1 height 49%
&:nth-child(3) &:nth-child(3)
height 26% height 21%
&.bottom // &.bottom
width 100% // width 100%
height 20% // height 20%
.monitor-video .monitor-video
display flex display flex
flex-wrap wrap flex-wrap wrap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment