细节优化

master
xindan 2021-10-23 12:10:50 +08:00
parent 75171bdd9b
commit 2bcb157eec
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<!-- 富文本 -->
<view v-if="(data_base.banner_bottom_content || null) != null" class="padding-main spacing-mt">
<view class="border-radius-main bg-white">
<view class="border-radius-main bg-white oh">
<rich-text :nodes="data_base.banner_bottom_content"></rich-text>
</view>
</view>