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.
40 lines
704 B
40 lines
704 B
<!--
|
|
* @Author: your name
|
|
* @Date: 2021-10-14 19:06:52
|
|
* @LastEditTime: 2021-11-10 17:43:29
|
|
* @LastEditors: Please set LastEditors
|
|
* @Description: In User Settings Edit
|
|
* @FilePath: /data-show/src/views/WeiboDetails/weiboWordCloud/index.vue
|
|
-->
|
|
<template>
|
|
<div class="wwc-outter">
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "MWDmodelPopularity",
|
|
data() {
|
|
return {
|
|
form: {
|
|
sBrand: "",
|
|
token: "",
|
|
sSeriesName: ""
|
|
},
|
|
};
|
|
},
|
|
};
|
|
</script>
|
|
|
|
<style lang="less" scoped>
|
|
.wwc-outter {
|
|
width: 460px;
|
|
height: 460px;
|
|
border: 2px solid #0f2a4d;
|
|
margin-left: 16px;
|
|
.wwc-inner {
|
|
width: 100%;
|
|
height: calc(100% - 48px);
|
|
}
|
|
}
|
|
</style> |