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.

54 lines
1.1 KiB

<!--
* @Author: your name
* @Date: 2021-10-19 20:00:49
* @LastEditTime: 2021-11-22 10:53:32
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/views/EventDEC/mediaInterpretationEc/index.vue
-->
<template>
<div class="mec-outter">
</div>
</template>
<script>
export default {
name: "mediaInterpretationEc",
data() {
return {
opt: {},
type: 0,
form: {
token: "",
sRele: "",
},
count: 0,
};
},
};
</script>
<style lang="less" scoped>
.mec-outter {
width: 100%;
height: 460px;
border: 2px solid #0f2a4d;
margin-top: 16px;
overflow: hidden;
.mec-inner {
width: 100%;
height: calc(100% - 48px);
display: flex;
justify-content: flex-start;
.dd1 {
width: 944px;
height: 100%;
.dd1-draw {
width: 100%;
height: calc(100% - 48px);
}
}
}
}
</style>