Commit 9829bc9a authored by youjie's avatar youjie

优化

parent 3273fefd
<style lang="scss" scoped>
@import url("@/asset/css/flex.css");
.richText{
white-space: pre-wrap;
}
.showModalBox{
height: 100%;
display: flex;
......@@ -150,7 +153,7 @@
<view class="showModalCTNK column">
<Text>行程开始前</Text>
<Text style="max-height: 300rpx;overflow-y: scroll;">
{{ CancelPolicy!='暂无'?CancelPolicy:'以实际退款为准' }}
<rich-text :nodes="CancelPolicy!='暂无'?CancelPolicy:'以实际退款为准'" class="richText"></rich-text>
</Text>
</view>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment