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.

43 lines
908 B

<!--
* @Author: your name
* @Date: 2021-10-18 14:06:09
* @LastEditTime: 2021-11-15 17:15:31
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/views/EventComparison/comparativeData/index.vue
-->
<template>
<div class="coedc-outter">
<v-label-div title="事件传播渠道对比" :showLine="false" :eStyle="{'border-style': 'none'}">
</v-label-div>
<div class="coedc-inner">
</div>
</div>
</template>
<script>
export default {
name: "comparisonOfEventDisseminationChannels",
data() {
return {
form: {
token: "",
sRele: ""
},
opt: {}
}
},
}
</script>
<style lang="less" scoped>
.coedc-outter {
width: 944px;
height: 412px;
.coedc-inner {
width: 100%;
height: calc(100% - 48px);
}
}
</style>