From e4865d3341a3692508d6884973e700b6b20cb46c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 25 Dec 2023 09:39:11 +0800
Subject: [PATCH] 大屏
---
src/views/largeSize/index.vue | 37 +++++++++++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/src/views/largeSize/index.vue b/src/views/largeSize/index.vue
new file mode 100644
index 0000000..96f07e5
--- /dev/null
+++ b/src/views/largeSize/index.vue
@@ -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>
\ No newline at end of file
--
Gitblit v1.9.3