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
868 B
43 lines
868 B
<!--
|
|
* @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> |