src/views/rs/components/rightContainer.vue
@@ -23,7 +23,9 @@ 火警事件来源 </template> </title-box> <div class="content-box"> <fire-source></fire-source> </div> </div> <div class="occur-statistics box"> @@ -32,7 +34,9 @@ 易发区统计 </template> </title-box> <div class="content-box"> <fire-trend></fire-trend> </div> </div> <div class="fire-trend box"> @@ -41,7 +45,9 @@ 火警上报趋势 </template> </title-box> <div class="content-box"> <occur-statistics></occur-statistics> </div> </div> </div> </template>