瀏覽代碼

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

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;
 
     }