修改换行
This commit is contained in:
parent
973f7eb4c1
commit
88ada93f0b
|
@ -30,9 +30,9 @@
|
|||
:key="index"
|
||||
>
|
||||
<view class="swiper-item notify-item">
|
||||
<text class="limit-line clamp-1">{{
|
||||
item.title
|
||||
}}</text>
|
||||
<text class="limit-line clamp-1">
|
||||
{{ item.title }}
|
||||
</text>
|
||||
</view>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
|
@ -51,9 +51,9 @@
|
|||
:src="item.icon"
|
||||
mode="scaleToFill"
|
||||
/>
|
||||
<text class="service-name limit-line clamp-1">{{
|
||||
item.title
|
||||
}}</text>
|
||||
<text class="service-name limit-line clamp-1">
|
||||
{{ item.title }}
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -71,9 +71,9 @@
|
|||
:src="item.icon"
|
||||
mode="scaleToFill"
|
||||
/>
|
||||
<text class="service-name limit-line clamp-1">{{
|
||||
item.title
|
||||
}}</text>
|
||||
<text class="service-name limit-line clamp-1">
|
||||
{{ item.title }}
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
@ -50,9 +50,9 @@
|
|||
</swiper-item>
|
||||
</swiper>
|
||||
<view class="swiper-number">
|
||||
<text class="text">{{
|
||||
currentBanner + "/" + detail.images.length
|
||||
}}</text>
|
||||
<text class="text">
|
||||
{{ currentBanner + "/" + detail.images.length }}
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="service-section desc-box">
|
||||
|
|
Loading…
Reference in New Issue