数据可视化大屏
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.

30 lines
632B

  1. .home-container {
  2. width: 100vw;
  3. min-width: 1280px;
  4. /* 水平宽度占据整个视口宽度 */
  5. height: 100%;
  6. min-height: 768px;
  7. background-color: #040516;
  8. /* 垂直高度占据整个视口高度 */
  9. //background-image: url('../../../../assets/dashboard/dashboard_bg_1.jpg');
  10. /* 背景图片尺寸适应 */
  11. //background-position: top;
  12. //background-size: cover;
  13. /* 图片居中显示 */
  14. }
  15. .data-v-sysinfo {
  16. display: flex;
  17. align-items: center;
  18. justify-content: right;
  19. text-align: right;
  20. }
  21. .router-outlet-container {
  22. padding: 1rem;
  23. background-color: #040516;
  24. }