修改文字样式

This commit is contained in:
xiaolian
2024-10-31 16:05:26 +08:00
parent 26d7feacec
commit 4f663e0b6a
+1 -1
View File
@@ -76,7 +76,7 @@
</view>
</view>
<view wx:if="{{scoreData.desc}}" id="richhtml" class="bg-fff mb30 box-shadow-000-10-10 ulib-r10 inner40">
<view wx:if="{{scoreData.desc}}" id="richhtml" style="line-height:2;font-size:30rpx;" class="bg-fff mb30 box-shadow-000-10-10 ulib-r10 inner40">
<com-html content="{{scoreData.desc}}" lazy-load="{{true}}"></com-html>
</view>
</view>