Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
e691733ae50c078edfc3aca3dba5eae75c9e9def
Authored by
fengwotao
2023-04-27 20:22:58 +0800
1 parent
f249cc3f
pref: 优化报表配置点击空白区域可关闭
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/report/config/ReportConfigDrawer.vue
src/views/report/config/ReportConfigDrawer.vue
View file @
e691733
1
1
<template>
2
2
<BasicDrawer
3
-
:maskClosable="
fals
e"
3
+
:maskClosable="
tru
e"
4
4
@close="handleClose"
5
5
destroyOnClose
6
6
v-bind="$attrs"
...
...