feat: 导航栏的ip形象调整
This commit is contained in:
@@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
<!-- 隐藏 -->
|
<!-- 隐藏 -->
|
||||||
<view class="flex-full h-full flex flex-items-center flex-justify-center">
|
<view class="flex-full h-full flex flex-items-center flex-justify-center">
|
||||||
<!-- ChatTopWelcome不在可视区:显示并添加动画;在可视区:隐藏 v-show="show" class="image-animated" -->
|
<!-- ChatTopWelcome不在可视区:显示并添加动画;在可视区:隐藏 -->
|
||||||
<SpriteAnimator :src="spriteStyle.ipSmallImage" :frameWidth="spriteStyle.frameWidth"
|
<SpriteAnimator v-show="show" class="image-animated" :src="spriteStyle.ipSmallImage"
|
||||||
:frameHeight="spriteStyle.frameHeight" :totalFrames="spriteStyle.totalFrames" :columns="spriteStyle.columns"
|
:frameWidth="spriteStyle.frameWidth" :frameHeight="spriteStyle.frameHeight"
|
||||||
:displayWidth="spriteStyle.displayWidth" :fps="16" />
|
:totalFrames="spriteStyle.totalFrames" :columns="spriteStyle.columns" :displayWidth="spriteStyle.displayWidth"
|
||||||
|
:fps="16" />
|
||||||
<text v-show="show" :class="[
|
<text v-show="show" :class="[
|
||||||
'font-size-14 font-500 color-171717 ml-10',
|
'font-size-14 font-500 color-171717 ml-10',
|
||||||
{ 'text-animated': show },
|
{ 'text-animated': show },
|
||||||
|
|||||||
Reference in New Issue
Block a user