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-11-24 14:33:47 | 4 | + * @LastEditTime: 2023-02-09 16:07:40 |
| 5 | * @FilePath: /data-table/src/components/RuleField/index.vue | 5 | * @FilePath: /data-table/src/components/RuleField/index.vue |
| 6 | * @Description: 规则确认控件 | 6 | * @Description: 规则确认控件 |
| 7 | --> | 7 | --> |
| ... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
| 28 | </div> | 28 | </div> |
| 29 | </div> | 29 | </div> |
| 30 | 30 | ||
| 31 | - <van-overlay :show="show" @click="show = false"> | 31 | + <van-overlay :show="show" @click="show = false" :lock-scroll="false"> |
| 32 | <div class="rule-wrapper" @click.stop> | 32 | <div class="rule-wrapper" @click.stop> |
| 33 | <div class="rule-block"> | 33 | <div class="rule-block"> |
| 34 | <div | 34 | <div | ... | ... |
-
Please register or login to post a comment