Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-02-09 15:55:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
da4353a6d2cf2cd234ca6e92c2f30121a40531d3
da4353a6
1 parent
14398e5d
✨ feat(多选规则控件): 说明弹框滚动问题修复
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/MultiRuleField/index.vue
src/components/MultiRuleField/index.vue
View file @
da4353a
<!--
* @Date: 2022-08-30 11:34:19
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-02-0
7 15:04:09
* @LastEditTime: 2023-02-0
9 15:41:53
* @FilePath: /data-table/src/components/MultiRuleField/index.vue
* @Description: 多选规则确认控件
-->
...
...
@@ -35,10 +35,10 @@
</van-field>
</div>
<van-overlay :show="show">
<van-overlay :show="show"
:lock-scroll="false"
>
<div class="rule-wrapper" @click.stop>
<div class="rule-block">
<div style="height: 70vh; overflow: scroll; white-space: pre-wrap;" v-html="rule_content"></div>
<div style="height: 70vh;
min-height: 70vh;
overflow: scroll; white-space: pre-wrap;" v-html="rule_content"></div>
<div class="close-btn">
<van-button type="primary" block @click="closeRule"
>关 闭</van-button
...
...
Please
register
or
login
to post a comment