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.
39 lines
740 B
39 lines
740 B
<!--
|
|
* @Author: your name
|
|
* @Date: 2021-10-14 10:11:41
|
|
* @LastEditTime: 2021-11-09 13:16:55
|
|
* @LastEditors: Please set LastEditors
|
|
* @Description: In User Settings Edit
|
|
* @FilePath: /data-show/src/views/WeiboDetails/weiboCommunicationTrend/index.vue
|
|
-->
|
|
<template>
|
|
<div class="wct-outter">
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "weibo-communication-trend",
|
|
data() {
|
|
return {
|
|
form: {
|
|
sBrand: "",
|
|
token: "",
|
|
},
|
|
}
|
|
},
|
|
};
|
|
</script>
|
|
|
|
<style lang="less" scoped>
|
|
.wct-outter {
|
|
width: 618px;
|
|
height: 460px;
|
|
border: 2px solid #0f2a4d;
|
|
.wct-inner {
|
|
width: 100%;
|
|
height: calc(100% - 48px);
|
|
}
|
|
}
|
|
</style>
|