Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b7a5e395
authored
2023-10-16 09:36:15 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:弹窗修改
1 parent
e2e1bb16
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/components/Popup/index.vue
src/components/ywPopup/index.vue
src/components/Popup/index.vue
View file @
b7a5e39
...
...
@@ -54,9 +54,9 @@
},
watch
:
{
isShow
(
newValue
)
{
this
.
$nextTick
(()
=>
{
this
.
editItem
=
this
.
loadViewFn
(
this
.
editItem
)
document
.
body
.
appendChild
(
this
.
$el
);
this
.
$nextTick
(()
=>
{
this
.
myShow
=
newValue
})
}
...
...
src/components/ywPopup/index.vue
View file @
b7a5e39
...
...
@@ -53,9 +53,9 @@
},
watch
:
{
isShow
(
newValue
)
{
this
.
$nextTick
(()
=>
{
this
.
editItem
=
this
.
loadViewFn
(
this
.
editItem
)
document
.
body
.
appendChild
(
this
.
$el
);
this
.
$nextTick
(()
=>
{
this
.
myShow
=
newValue
})
}
...
...
Please
register
or
sign in
to post a comment