DR/4DAGE 3 年之前
父节点
当前提交
5375ac821d
共有 1 个文件被更改,包括 40 次插入0 次删除
  1. 40 0
      shuzhixiangzheng/src/components/OtherChilds/PopulationStructure.vue

+ 40 - 0
shuzhixiangzheng/src/components/OtherChilds/PopulationStructure.vue

@@ -0,0 +1,40 @@
+<template>
+    <div id="populationStructure">
+        <div ></div>
+    </div>
+  </template>
+  
+  <script>
+    import echarts from 'echarts'
+    export default {
+      name: 'populationStructure',
+      components: {
+      },
+      data() {
+        return {
+         
+        }
+      },
+      mounted() {
+        
+      },
+      methods: {
+        
+      }
+    }
+  
+  </script>
+  
+  
+  <style scoped>
+ 
+  #populationStructure{
+      position: absolute;
+      width: 100%;
+      height: 25%;
+      z-index: 2;
+      top:75%;
+      /* background-color: rgb(0, 0, 255,0.4); */
+  }
+  </style>
+