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: 2023-02-09 15:41:53 | 4 | + * @LastEditTime: 2023-02-10 14:41:52 |
| 5 | * @FilePath: /data-table/src/components/MultiRuleField/index.vue | 5 | * @FilePath: /data-table/src/components/MultiRuleField/index.vue |
| 6 | * @Description: 多选规则确认控件 | 6 | * @Description: 多选规则确认控件 |
| 7 | --> | 7 | --> |
| ... | @@ -40,7 +40,7 @@ | ... | @@ -40,7 +40,7 @@ |
| 40 | <van-overlay :show="show" :lock-scroll="false"> | 40 | <van-overlay :show="show" :lock-scroll="false"> |
| 41 | <div class="rule-wrapper" @click.stop> | 41 | <div class="rule-wrapper" @click.stop> |
| 42 | <div class="rule-block"> | 42 | <div class="rule-block"> |
| 43 | - <div style="height: 70vh; min-height: 70vh; overflow: scroll; white-space: pre-wrap;" v-html="rule_content"></div> | 43 | + <div style="height: 70vh; min-height: 70vh; overflow: scroll; white-space: pre-wrap; line-height: 1.5;" v-html="rule_content"></div> |
| 44 | <div class="close-btn"> | 44 | <div class="close-btn"> |
| 45 | <van-button type="primary" block @click="closeRule" | 45 | <van-button type="primary" block @click="closeRule" |
| 46 | >关 闭</van-button | 46 | >关 闭</van-button | ... | ... |
-
Please register or login to post a comment