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

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

parent 0a9b8640
<template>
<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>
<h5>{{item.communityName}}</h5>
......
......@@ -10,7 +10,7 @@
</div>
</div>
<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}">
<h5>{{item.communityName}}</h5>
<div>
......
......@@ -17,9 +17,9 @@
</div>
</m-card>
</div>
<div class="bottom">
<!-- <div class="bottom">
<m-card title="专项应用"><Application /></m-card>
</div>
</div> -->
</div>
</template>
......@@ -73,27 +73,25 @@ export default {
>div
// width 50%
width calc(33.3vw / 2)
height 80%
height 100%
&.left
>div
&:nth-child(1)
&:nth-child(2)
height 37%
height 30%
&:nth-child(3)
height 26%
height 40%
&.right
display flex
flex-direction column
>div
&:nth-child(1)
height 37%
height 30%
&:nth-child(2)
flex 1
height 49%
&:nth-child(3)
height 26%
&.bottom
width 100%
height 20%
height 21%
// &.bottom
// width 100%
// height 20%
.monitor-video
display flex
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