瀏覽代碼

修改logo

HOME\tianlin01 10 月之前
父節點
當前提交
96464eb25e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/layout/index.vue

+ 1 - 1
src/layout/index.vue

@@ -5,7 +5,7 @@
 <!--        <img style="width: 132px; height: 35px;transform: translateY(2px);" src="../assets/logo3.png" />-->
         <el-image
             v-if="titleLogo"
-            style="margin-right: 16px; width: 132px; height: 35px"
+            style="margin-right: 16px; width: auto;height: 35px"
             :src="filePath + titleLogo"
         ></el-image>
         <span class="title">{{ title }}</span>