Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-08-30 11:34:19 | 2 | * @Date: 2022-08-30 11:34:19 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-12-30 17:17:26 | 4 | + * @LastEditTime: 2023-02-07 15:04:09 |
| 5 | * @FilePath: /data-table/src/components/MultiRuleField/index.vue | 5 | * @FilePath: /data-table/src/components/MultiRuleField/index.vue |
| 6 | * @Description: 多选规则确认控件 | 6 | * @Description: 多选规则确认控件 |
| 7 | --> | 7 | --> |
| ... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
| 38 | <van-overlay :show="show"> | 38 | <van-overlay :show="show"> |
| 39 | <div class="rule-wrapper" @click.stop> | 39 | <div class="rule-wrapper" @click.stop> |
| 40 | <div class="rule-block"> | 40 | <div class="rule-block"> |
| 41 | - <div style="height: 70vh; overflow: scroll" v-html="rule_content"></div> | 41 | + <div style="height: 70vh; overflow: scroll; white-space: pre-wrap;" v-html="rule_content"></div> |
| 42 | <div class="close-btn"> | 42 | <div class="close-btn"> |
| 43 | <van-button type="primary" block @click="closeRule" | 43 | <van-button type="primary" block @click="closeRule" |
| 44 | >关 闭</van-button | 44 | >关 闭</van-button | ... | ... |
-
Please register or login to post a comment