src/components/DashboardLayout.vue
@@ -72,6 +72,9 @@ // 下边高度 $bottomBlockHeight: calc(100vh - 2 * $layoutPadding - $headerBlockHeight - $topBlocHeight); .dashboard-layout { background-image: url('/header-bg.png'); background-position-x: center; background-repeat: no-repeat; display: flex; align-items: center; justify-content: space-between; @@ -135,12 +138,12 @@ height: 100%; background-color: #153e94; border-radius: 6px; padding: 10px 16px; padding: 10px 10px; } .scroll-card { padding: 0; } .scroller { padding: 10px 16px; padding: 10px 10px; } </style>