浏览代码

fix new logo

Michael Wang 3 年之前
父节点
当前提交
4571a87aa6
共有 3 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      src/assets/qm-logo.png
  2. 1 1
      src/components/Layout.vue
  3. 1 1
      src/features/login/Login.vue

二进制
src/assets/qm-logo.png


+ 1 - 1
src/components/Layout.vue

@@ -143,7 +143,7 @@ async function handleOk() {
 
 .qm-logo-img {
   content: url(@/assets/qm-logo.png);
-  filter: invert(1);
+  height: 80px;
 }
 
 .basic-icon {

+ 1 - 1
src/features/login/Login.vue

@@ -80,6 +80,6 @@ async function login() {
 
 .qm-logo-img {
   content: url(@/assets/qm-logo.png);
-  filter: invert(1);
+  height: 120px;
 }
 </style>