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/leftContainer.vue |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/src/views/statistics/components/leftContainer.vue b/src/views/statistics/components/leftContainer.vue
new file mode 100644
index 0000000..17b46f4
--- /dev/null
+++ b/src/views/statistics/components/leftContainer.vue
@@ -0,0 +1,31 @@
+<template>
+    <div class="container">
+        <h1 style="color:red;font-size:40px,">左边!!</h1>
+    </div>
+</template>
+
+<script>
+export default {
+  data(){
+    return {
+
+    }
+  },
+  methods:{}
+}
+
+</script>
+
+<style scoped lang="scss">
+  .container {
+    position: relative;
+    width: 100%;
+    background-color: blue;
+    h1{
+        height: 50%;
+        width: 80%;
+        background-color: red;
+    }
+  }
+
+</style>
\ No newline at end of file

--
Gitblit v1.9.3