feat: 欢迎语的样式等调整
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view v-show="tabIndex === 0" class="flex-full overflow-hidden scroll-y">
|
<view v-show="tabIndex === 0" class="flex-full overflow-hidden scroll-y">
|
||||||
<Discovery />
|
<Discovery />
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 消息列表(可滚动区域) -->
|
<!-- 消息列表(可滚动区域) -->
|
||||||
|
|||||||
@@ -4,10 +4,10 @@
|
|||||||
:frameHeight="spriteStyle.frameHeight" :totalFrames="spriteStyle.totalFrames" :columns="spriteStyle.columns"
|
:frameHeight="spriteStyle.frameHeight" :totalFrames="spriteStyle.totalFrames" :columns="spriteStyle.columns"
|
||||||
:displayWidth="spriteStyle.displayWidth" :fps="16" />
|
:displayWidth="spriteStyle.displayWidth" :fps="16" />
|
||||||
|
|
||||||
<view class="flex flex-col flex-full">
|
<view class="flex flex-col flex-full min-width-0">
|
||||||
<view class="flex flex-row flex-items-center flex-justify-between">
|
<view class="flex flex-row flex-items-center flex-justify-between min-width-0">
|
||||||
<text class="font-size-20 font-500 color-white"> 小七欢迎你~ </text>
|
<text class="flex-full min-width-0 font-size-20 font-500 color-white ellipsis-1">{{ mainPageDataModel.welcomeContent }}</text>
|
||||||
<text class="font-size-20 font-500 color-white mt-4"> 26°C ☀️ </text>
|
<text class="flex-shrink-0 font-size-20 font-500 color-white mt-4"> 26°C ☀️ </text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<swiper @change="onSwiperChange" class="swiper" circular :autoplay="autoplay" :interval="interval"
|
<swiper @change="onSwiperChange" class="swiper" circular :autoplay="autoplay" :interval="interval"
|
||||||
|
|||||||
Reference in New Issue
Block a user