|
@@ -2,7 +2,7 @@
|
|
|
* @Author: wangjiacheng
|
|
|
* @Date: 2021-10-14 11:57:19
|
|
|
* @LastEditors: wjc
|
|
|
- * @LastEditTime: 2024-05-30 11:51:23
|
|
|
+ * @LastEditTime: 2024-05-30 11:57:50
|
|
|
* @Description:
|
|
|
-->
|
|
|
<template>
|
|
@@ -22,9 +22,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="footer">
|
|
|
- <img :src="wcLogoUrl" />
|
|
|
+ <img :src="wcLogoUrl" class="footer-logo" style="height: 64px" />
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
- <img :src="huiguanjiaLogoUrl" class="huiguanjia" @click="playFire" />
|
|
|
+ <img :src="huiguanjiaLogoUrl" class="footer-logo" @click="playFire" />
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -34,7 +34,7 @@ import dayjs from 'dayjs'
|
|
|
import isSameOrAfter from 'dayjs/plugin/isSameOrAfter'
|
|
|
// import { totalSum } from '@/api'
|
|
|
import mixin from './mixin.js'
|
|
|
-import wcLogo from '@/assets/images/wc.png'
|
|
|
+import wcLogo from '@/assets/images/wc2.png'
|
|
|
import huiguanjiaLogo from '@/assets/images/huiguanjia.png'
|
|
|
import digitRoll from '@/components/digit-roll'
|
|
|
|
|
@@ -182,7 +182,7 @@ export default {
|
|
|
margin: 0 16px;
|
|
|
height: 2em;
|
|
|
}
|
|
|
- .huiguanjia {
|
|
|
+ .footer-logo {
|
|
|
height: 56px;
|
|
|
cursor: pointer;
|
|
|
}
|