Browse Source

fix: 替换logo

王家程 1 năm trước cách đây
mục cha
commit
71a9583a1d
2 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. BIN
      src/assets/images/huiguanjia.png
  2. 6 2
      src/views/total-sum/index.vue

BIN
src/assets/images/huiguanjia.png


+ 6 - 2
src/views/total-sum/index.vue

@@ -2,7 +2,7 @@
  * @Author: wangjiacheng
  * @Date: 2021-10-14 11:57:19
  * @LastEditors: wjc
- * @LastEditTime: 2024-05-11 11:23:27
+ * @LastEditTime: 2024-05-11 15:00:56
  * @Description:
 -->
 <template>
@@ -25,7 +25,7 @@
     <div class="footer">
       <img :src="wcLogoUrl" />
       <el-divider direction="vertical"></el-divider>
-      <img :src="huiguanjiaLogoUrl" style="cursor: pointer;" @click="playFire" />
+      <img :src="huiguanjiaLogoUrl" class="huiguanjia" @click="playFire" />
     </div>
   </div>
 </template>
@@ -177,6 +177,10 @@ export default {
         margin: 0 16px;
         height: 2em;
       }
+      .huiguanjia {
+        height: 56px;
+        cursor: pointer;
+      }
     }
     .sum-billion {
       animation: billion 4s;