Browse Source

修改logo

HOME\tianlin01 10 tháng trước cách đây
mục cha
commit
96464eb25e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>