Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hs-sky-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何虹
hs-sky-ui
Commits
e73dc83c
Commit
e73dc83c
authored
Jan 22, 2021
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化弹出框
parent
f2ddb6e7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/packages/hs-dialog/src/index.vue
+1
-0
index.vue
src/packages/hs-iframe-dialog/src/index.vue
+1
-1
child.vue
src/packages/hs-select-list/src/child.vue
+1
-1
click-out-side.js
src/packages/ucClass/click-out-side.js
+0
-1
No files found.
src/packages/hs-dialog/src/index.vue
View file @
e73dc83c
...
...
@@ -8,6 +8,7 @@
@
open=
'handleOpen'
:close-on-click-modal=
"false"
:fullscreen=
'configData.fullscreen'
:modal-append-to-body=
'false'
:append-to-body=
"true"
:before-close=
"handleClose"
:destroy-on-close=
'true'
...
...
src/packages/hs-iframe-dialog/src/index.vue
View file @
e73dc83c
...
...
@@ -111,7 +111,7 @@ export default {
}
},
initIframeConfig
(
config
)
{
if
(
!
config
)
return
if
(
!
config
)
return
if
(
typeof
config
===
'object'
&&
config
)
{
Object
.
assign
(
this
.
hsDialogConfig
,
config
)
}
else
if
(
typeof
config
===
'string'
)
{
...
...
src/packages/hs-select-list/src/child.vue
View file @
e73dc83c
...
...
@@ -131,7 +131,7 @@
</div>
</div>
</el-dialog>
<hs-iframe-dialog
ref=
'appIframePageBox'
></hs-iframe-dialog>
<hs-iframe-dialog
ref=
'appIframePageBox'
></hs-iframe-dialog>
</div>
</
template
>
<
script
>
...
...
src/packages/ucClass/click-out-side.js
View file @
e73dc83c
...
...
@@ -6,7 +6,6 @@ export default {
return
false
}
// vnode.context[binding.expression] = false
binding
.
value
()
}
el
.
stopProp
=
function
(
event
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment