From e900c6b30a1ad94b39c431988284fd7b997f4fa8 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 13 十二月 2024 18:53:11 +0800 Subject: [PATCH] 样式问题调整 --- packageBookService/pages/psychologyAnswer/questionList/index.wxml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/packageBookService/pages/psychologyAnswer/questionList/index.wxml b/packageBookService/pages/psychologyAnswer/questionList/index.wxml index 79043cd..ef84962 100644 --- a/packageBookService/pages/psychologyAnswer/questionList/index.wxml +++ b/packageBookService/pages/psychologyAnswer/questionList/index.wxml @@ -4,7 +4,7 @@ style="background-color:{{isNight ? '#222' : '#fff'}}" > <!-- 绛旈鎻愮ずtitle --> - <view class="question-title" wx:if="{{questionTitle}}"> + <view id="question-title" class="question-title" wx:if="{{questionTitle}}"> <rich-text class="substance" nodes="{{questionTitle}}" @@ -13,9 +13,11 @@ </view> <!-- 棰樼洰鍒楄〃 --> <swiper + id="swiper" class="swiper" bindanimationfinish="changeSwiper" current="{{currentIndex}}" + style="{{'height:'+height}}" > <swiper-item wx:for="{{questionList}}" -- Gitblit v1.9.1