forked from drone/command-center-dashboard

chenyao
2025-03-27 4b6bb2df2ea7edde4912b0ca1ccc95710ce3bdb8
feat:换叠加背景
2 files modified
2 files added
8 ■■■■ changed files
src/assets/images/bg-new.png patch | view | raw | blame | history
src/assets/images/背景图@2x.png patch | view | raw | blame | history
src/layout/Header.vue 4 ●●●● patch | view | raw | blame | history
src/layout/index.vue 4 ●●●● patch | view | raw | blame | history
src/assets/images/bg-new.png
src/assets/images/背景图@2x.png
src/layout/Header.vue
@@ -49,7 +49,7 @@
      font-weight: 400;
      font-size: 18px;
      color: #ffffff;
      line-height: 34px;
      line-height: 42px;
      text-align: center;
      font-style: normal;
      text-transform: none;
@@ -76,7 +76,7 @@
      font-weight: 400;
      font-size: 18px;
      color: #ffffff;
      line-height: 34px;
      line-height: 42px;
      text-align: center;
      font-style: normal;
      text-transform: none;
src/layout/index.vue
@@ -61,11 +61,11 @@
    z-index: 999;
    height: 100%;
    width: 100%;
    background-image: url('../assets/images/bg.png');
    background-image: url('../assets/images/bg-new.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    > * {
      pointer-events: auto;
    }