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.
55 lines
1.3 KiB
55 lines
1.3 KiB
<template>
|
|
<div>
|
|
<div class='card h266'>
|
|
<screen-title>
|
|
<div slot="left" class="screen-title-left">事件处理实况</div>
|
|
</screen-title>
|
|
|
|
</div>
|
|
<div class='card h379' style="margin-top:8px;">
|
|
<screen-title>
|
|
<div slot="left" class="screen-title-left">事件处理实况</div>
|
|
</screen-title>
|
|
|
|
</div>
|
|
<div class='card h232 m-top12' >
|
|
<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>
|
|
|