prod
parent
bf010d7ae0
commit
6639e562ef
@ -0,0 +1,43 @@
|
|||||||
|
<!--
|
||||||
|
* @Author: your name
|
||||||
|
* @Date: 2021-11-09 16:02:50
|
||||||
|
* @LastEditTime: 2021-11-10 16:45:34
|
||||||
|
* @LastEditors: Please set LastEditors
|
||||||
|
* @Description: In User Settings Edit
|
||||||
|
* @FilePath: /data-show/src/views/ModelForumDetails/MainPostIDModelAnalysis/index.vue
|
||||||
|
-->
|
||||||
|
<template>
|
||||||
|
<div class="mpma-outter">
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "FollowPostIDModelAnalysis",
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
load: false,
|
||||||
|
form: {
|
||||||
|
sBrand: "",
|
||||||
|
token: "",
|
||||||
|
sSeriesName: "",
|
||||||
|
iBBsType: 3,
|
||||||
|
},
|
||||||
|
zIds: [],
|
||||||
|
aIds: [],
|
||||||
|
list: [],
|
||||||
|
}
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="less" scoped>
|
||||||
|
.mpma-outter {
|
||||||
|
width: 452px;
|
||||||
|
height: 412px;
|
||||||
|
.mpma-inner {
|
||||||
|
width: 100%;
|
||||||
|
height: calc(100% - 48px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
@ -0,0 +1,85 @@
|
|||||||
|
<!--
|
||||||
|
* @Author: your name
|
||||||
|
* @Date: 2021-10-14 10:48:56
|
||||||
|
* @LastEditTime: 2021-11-10 11:38:07
|
||||||
|
* @LastEditors: Please set LastEditors
|
||||||
|
* @Description: In User Settings Edit
|
||||||
|
* @FilePath: /data-show/src/views/WeiboDetails/weiboCharacters/index.vue
|
||||||
|
-->
|
||||||
|
<template>
|
||||||
|
<div class="wc-outter">
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
name: "mfdCharacters",
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
form: {
|
||||||
|
sBrand: "",
|
||||||
|
token: "",
|
||||||
|
sSeriesName: "",
|
||||||
|
},
|
||||||
|
clicksDistributio: [],
|
||||||
|
replyDistribution: [],
|
||||||
|
jingHuaDistribution: [],
|
||||||
|
imgDistribution: [],
|
||||||
|
ctotal: 0,
|
||||||
|
rtotal: 0,
|
||||||
|
jtotal: 0,
|
||||||
|
itotal: 0,
|
||||||
|
total: 0,
|
||||||
|
labelArr: [],
|
||||||
|
opt: {},
|
||||||
|
colors: [
|
||||||
|
"#3373CC",
|
||||||
|
"#54BF93",
|
||||||
|
"#CC9D12",
|
||||||
|
"#f15c80",
|
||||||
|
"#e4d354",
|
||||||
|
"#8085e8",
|
||||||
|
"#8d4653",
|
||||||
|
"#91e8e1",
|
||||||
|
"#f7a35c",
|
||||||
|
"#90ed7d",
|
||||||
|
"#54BF93",
|
||||||
|
"#3373CC",
|
||||||
|
"#CC9D12",
|
||||||
|
"#f15c80",
|
||||||
|
"#e4d354",
|
||||||
|
"#8085e8",
|
||||||
|
"#8d4653",
|
||||||
|
"#91e8e1",
|
||||||
|
"#f7a35c",
|
||||||
|
"#90ed7d",
|
||||||
|
],
|
||||||
|
};
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="less" scoped>
|
||||||
|
.wc-outter {
|
||||||
|
width: 618px;
|
||||||
|
height: 460px;
|
||||||
|
border: 2px solid #0f2a4d;
|
||||||
|
margin-left: 16px;
|
||||||
|
overflow: hidden;
|
||||||
|
.wc-inner {
|
||||||
|
width: 100%;
|
||||||
|
height: calc(100% - 48px);
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-start;
|
||||||
|
.d1 {
|
||||||
|
width: 280px;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.d2 {
|
||||||
|
width: 300px;
|
||||||
|
margin-left: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in new issue