This commit is contained in:
aihe 2024-05-10 15:49:48 +08:00
parent c7d6e94076
commit bd14d16837

View File

@ -99,7 +99,7 @@
</view> </view>
<tpx-dialog v-model:show="noticeDetailDialog.show" title="公告详情" type="type-dialog"> <tpx-dialog v-model:show="noticeDetailDialog.show" title="公告详情" type="type-dialog">
<view style="min-height: 100rpx;width: 500rpx;"> <view style="min-height: 100rpx;width: 620rpx; max-height:calc(75vh);overflow: auto;">
<rich-text :nodes="noticeDetailDialog.content"></rich-text> <rich-text :nodes="noticeDetailDialog.content"></rich-text>
</view> </view>
</tpx-dialog> </tpx-dialog>