shuishen
2023-12-25 e4865d3341a3692508d6884973e700b6b20cb46c
大屏
1 files added
37 ■■■■■ changed files
src/views/largeSize/index.vue 37 ●●●●● patch | view | raw | blame | history
src/views/largeSize/index.vue
New file
@@ -0,0 +1,37 @@
<!--
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-12-25 09:31:14
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-12-25 09:37:51
 * @FilePath: \jczz_web\src\views\largeSize\index.vue
 * @Description:
 *
 * Copyright (c) 2023 by shuishen, All Rights Reserved.
-->
<template>
    <div class="h96">
        <iframe class="w100 h100"
            src="http://srgdjczzxtpt.com:2181/databoard?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJmdHlzIiwiYXVkIjoiYWxsIiwibmJmIjoxNzAzMDQyNjAzLCJpc0ZyZWUiOnRydWUsImV4dHJhIjpudWxsLCJpc3MiOiJzZm1hcC51bmlmb3JtLmF1dGgiLCJleHAiOjE3MDMwNTM0MDMsImlhdCI6MTcwMzA0MjYwMywianRpIjoiNmVjZmRiNjdkZTllNDJhNjhiM2FmODhhODRhNWE3NjEifQ.OwN6zzceyBE_dwCx6yTAuth1pguBKkvlcls6M8_iHkY"
            frameborder="0"></iframe>
    </div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
.w100 {
    width: 100%;
}
.h100 {
    height: 100%;
}
.h96 {
    height: 95.8%;
}
</style>