Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
9e9ea3f43d8c4b88649c1998bf89186b5f7ee6a2
Authored by
Francis Zuo
2021-09-09 22:59:53 +0800
Committed by
GitHub
2021-09-09 22:59:53 +0800
1 parent
996f2f3c
fix: 修复弹窗全屏按钮异常关闭的问题(#1177) (#1182)
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Modal/src/BasicModal.vue
src/components/Modal/src/BasicModal.vue
View file @
9e9ea3f
1
1
<template>
2
- <Modal v-bind="getBindValue"
@cancel="handleCancel"
>
2
+ <Modal v-bind="getBindValue"
>
3
3
<template #closeIcon v-if="!$slots.closeIcon">
4
4
<ModalClose
5
5
:canFullscreen="getProps.canFullscreen"
...
...