소스 검색

样式修改:系统图标和首页顶部背景图替换;

chengbeibei 10 달 전
부모
커밋
061ec57015
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/tools/Logo.vue

+ 2 - 0
src/components/tools/Logo.vue

@@ -63,9 +63,11 @@
       }
     }
 
+    // 系统顶部背景图设置
     &.light .logo {
       //background-color: @primary-color;
       background-image: url('../../assets/header-background.png');
+      background-size: cover;
       //width: auto;
 
     }