packageBookService/pages/bookServices/examination/questionList/index.wxml
@@ -123,10 +123,10 @@ <view wx:if="{{item.optionStyle == 'TxtAndImage'}}" class="fl-center" style="height: min-content" style="min-height: 144rpx" > <text>{{contentItem.value}}、</text> <view class="radio-textimg">{{contentItem.txt}}</view> <text class="radio-textimg">{{contentItem.txt}}</text> <image src="{{contentItem.img}}" mode="aspectFit" /> </view> <!-- 富文本 -->