You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<template>
|
|
|
|
|
<div>
|
|
|
|
|
<div class='card' style="height: 292px;">
|
|
|
|
|
<screen-title>
|
|
|
|
|
<div slot="left" class="screen-title-left">事件处理实况</div>
|
|
|
|
|
</screen-title>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class='card' style="margin-top: 8px;height: 266px;">
|
|
|
|
|
<screen-title>
|
|
|
|
|
<div slot="left" class="screen-title-left">事件处理实况</div>
|
|
|
|
|
</screen-title>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
<div class='card m-top12' style="height: 318px;">
|
|
|
|
|
<screen-title>
|
|
|
|
|
<div slot="left" class="screen-title-left">重点维稳人员</div>
|
|
|
|
|
</screen-title>
|
|
|
|
|
<div class="card-item-zdyf">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
},
|
|
|
|
|
mounted() {
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
beforeDestroy() {
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
},
|
|
|
|
|
components: {},
|
|
|
|
|
computed: {},
|
|
|
|
|
watch: {},
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
.card {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
</style>
|