hookehuyr

🐞 fix(多选规则控件): 规则显示换行显示问题处理

<!--
* @Date: 2022-08-30 11:34:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-12-30 17:17:26
* @LastEditTime: 2023-02-07 15:04:09
* @FilePath: /data-table/src/components/MultiRuleField/index.vue
* @Description: 多选规则确认控件
-->
......@@ -38,7 +38,7 @@
<van-overlay :show="show">
<div class="rule-wrapper" @click.stop>
<div class="rule-block">
<div style="height: 70vh; overflow: scroll" v-html="rule_content"></div>
<div style="height: 70vh; overflow: scroll; white-space: pre-wrap;" v-html="rule_content"></div>
<div class="close-btn">
<van-button type="primary" block @click="closeRule"
>关&nbsp;&nbsp;闭</van-button
......