feat: 首页动画调整

This commit is contained in:
duanshuwen
2025-11-11 21:40:14 +08:00
parent a3087c09a8
commit 5cb3a903ff
4 changed files with 43 additions and 16 deletions

View File

@@ -5,13 +5,10 @@
<!-- 隐藏 -->
<view class="flex-full h-full flex flex-items-center flex-justify-center">
<!-- ChatTopWelcome不在可视区显示并添加动画在可视区隐藏 -->
<image
<view
v-show="show"
class="w-32 h-32"
:class="{ 'image-animated': show }"
:src="logoImageUrl"
mode="aspectFit"
/>
:class="['ip w-32 h-32', { 'image-animated': show }]"
></view>
<text
v-show="show"
class="font-size-14 font-500 color-171717 ml-10"