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 | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/psychologyAnswer/questionList/index.wxml b/packageBookService/pages/psychologyAnswer/questionList/index.wxml index 49f03a2..ef84962 100644 --- a/packageBookService/pages/psychologyAnswer/questionList/index.wxml +++ b/packageBookService/pages/psychologyAnswer/questionList/index.wxml @@ -4,14 +4,20 @@ style="background-color:{{isNight ? '#222' : '#fff'}}" > <!-- 绛旈鎻愮ずtitle --> - <view class="question-title" wx:if="{{questionTitle}}"> - <text class="title-name">鎻愮ず锛歿{questionTitle}}</text> + <view id="question-title" class="question-title" wx:if="{{questionTitle}}"> + <rich-text + class="substance" + nodes="{{questionTitle}}" + space="emsp" + ></rich-text> </view> <!-- 棰樼洰鍒楄〃 --> <swiper + id="swiper" class="swiper" bindanimationfinish="changeSwiper" current="{{currentIndex}}" + style="{{'height:'+height}}" > <swiper-item wx:for="{{questionList}}" -- Gitblit v1.9.1