|
|
@@ -26,8 +26,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="AIIcon" @click="deepseek">
|
|
|
- <van-icon class="img" :name="require('@/assets/ai.png')" size="50" />
|
|
|
+ <van-icon class="img" :name="require('@/assets/ai.png')" size="60" />
|
|
|
</div>
|
|
|
+ <a
|
|
|
+ class="feedback"
|
|
|
+ href="https://qiweitest.nipponpaint.com.cn/weixin/ecoRules/redirect/1064/0"
|
|
|
+ target="_blank"
|
|
|
+ ><img src="./../../assets/feedback.png"
|
|
|
+ /></a>
|
|
|
<tab-bar></tab-bar>
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -220,7 +226,7 @@ export default {
|
|
|
/* overflow: hidden; */
|
|
|
right: 14px;
|
|
|
cursor: pointer;
|
|
|
- bottom: 96px;
|
|
|
+ bottom: 140px;
|
|
|
/* background-color: white; */
|
|
|
}
|
|
|
.AIIcon .img {
|
|
|
@@ -230,5 +236,15 @@ export default {
|
|
|
.AIIcon .img .van-icon__image {
|
|
|
border-radius: 100px;
|
|
|
}
|
|
|
+ .feedback {
|
|
|
+ position: fixed;
|
|
|
+ bottom: 70px;
|
|
|
+ right: 14px;
|
|
|
+ width: 60px;
|
|
|
+ z-index: 9999;
|
|
|
+ }
|
|
|
+ .feedback img {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|