Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-08-05 18:38:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b6f7ca69a9d9946c9e0ed530e42893b74153ef11
b6f7ca69
1 parent
79318cb0
fix(收款设置): 为账户和身份模态框添加滑动捕获属性
添加 :catch-move="true" 属性以防止模态框内容滑动时触发底层页面滚动
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/pages/collectionSettings/index.vue
src/pages/collectionSettings/index.vue
View file @
b6f7ca6
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-08-05 18:
05:59
* @LastEditTime: 2025-08-05 18:
35:51
* @FilePath: /jgdl/src/pages/collectionSettings/index.vue
* @Description: 收款设置
-->
...
...
@@ -42,6 +42,7 @@
v-model:visible="showAccountModal"
position="bottom"
:style="{ width: '100%', height: '80%' }"
:catch-move="true"
closeable
close-icon-position="top-right"
@close="closeAccountModal"
...
...
@@ -98,6 +99,7 @@
v-model:visible="showIdentityModal"
position="bottom"
:style="{ width: '100%', height: '80%' }"
:catch-move="true"
closeable
close-icon-position="top-right"
@close="closeIdentityModal"
...
...
Please
register
or
login
to post a comment