haoxuan
2023-11-02 031b4d9a2a6a757571015b1903bb125d414ecb2a
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;