From 86b1f5115a3392e37c4e6d8669db47e5a433389e Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 10 Mar 2023 09:35:30 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/forest-fire-web
---
src/views/statistics/components/rightContainer.vue | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/src/views/statistics/components/rightContainer.vue b/src/views/statistics/components/rightContainer.vue
new file mode 100644
index 0000000..2519d26
--- /dev/null
+++ b/src/views/statistics/components/rightContainer.vue
@@ -0,0 +1,26 @@
+<template>
+ <div class="container">
+ 'right'
+ </div>
+</template>
+
+<script>
+export default {
+ data(){
+ return {
+
+ }
+ },
+ methods:{}
+}
+
+</script>
+
+<style scoped lang="scss">
+ .container {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ }
+
+</style>
\ No newline at end of file
--
Gitblit v1.9.3