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.

39 lines
692 B

<!--
* @Author: your name
* @Date: 2021-10-20 11:56:12
* @LastEditTime: 2021-11-19 15:28:36
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/views/EventDEC/pnwcWord/index.vue
-->
<template>
<div class="pw-outter">
</div>
</template>
<script>
export default {
name: "pnwcWord",
data() {
return {
form: {
token: "",
sRele: "",
},
};
},
};
</script>
<style lang="less" scoped>
.pw-outter {
width: 920px;
height: 412px;
margin-left: 16px;
.pw-inner {
width: 100%;
height: calc(100% - 48px);
}
}
</style>