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.

44 lines
793 B

<!--
* @Author: your name
* @Date: 2021-10-12 18:43:22
* @LastEditTime: 2021-11-01 18:57:42
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/views/BrandInsight/keyMedia/index.vue
-->
<template>
<div class="km-outter">
</div>
</template>
<script>
export default {
name: "keyMedia",
props: ["brand"],
data() {
return {
form: {
token: "",
sBrand: "奥迪",
},
opt: {},
pdata: []
};
},
};
</script>
<style lang="less" scoped>
.km-outter {
position: relative;
width: 630px;
height: 412px;
margin-left: 16px;
.km-inner {
width: 100%;
height: calc(100% - 48px);
}
}
</style>