数据可视化大屏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
270B

  1. <div class="home-container">
  2. <app-data-v-header></app-data-v-header>
  3. <data-v-navigation></data-v-navigation>
  4. <img src="assets/dashboard/dashboard_menu.jpg" style="width: 100%; height: 1.8rem;" />
  5. <div style="margin: 1rem;">
  6. <router-outlet />
  7. </div>
  8. </div>