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.
51 lines
1.0 KiB
51 lines
1.0 KiB
<!--
|
|
* @Author: your name
|
|
* @Date: 2021-10-14 19:15:58
|
|
* @LastEditTime: 2021-11-17 16:27:37
|
|
* @LastEditors: Please set LastEditors
|
|
* @Description: In User Settings Edit
|
|
* @FilePath: /data-show/src/views/WeiboDetails/weiboSpreadFission/index.vue
|
|
-->
|
|
<template>
|
|
<div class="wsf-outter">
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "weiboSpreadFission",
|
|
data() {
|
|
return {
|
|
form: {
|
|
token:"",
|
|
sBrand:""
|
|
},
|
|
colors: [
|
|
"#FFB600",
|
|
"#886CFF",
|
|
"#0084FF",
|
|
"#4CB690",
|
|
"#58B458",
|
|
"#6C6C6C",
|
|
"#F56161",
|
|
"#FC754C",
|
|
"#5F5EEC",
|
|
],
|
|
}
|
|
},
|
|
}
|
|
</script>
|
|
|
|
<style lang="less" scoped>
|
|
.wsf-outter {
|
|
width: 460px;
|
|
height: 460px;
|
|
border: 2px solid #0f2a4d;
|
|
margin-left: 16px;
|
|
.wsf-inner {
|
|
width: 100%;
|
|
height: calc(100% - 48px);
|
|
}
|
|
}
|
|
</style>
|