feat: 首页动画调整
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user