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
f3b8fcae
authored
2022-08-24 17:10:13 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:加载中
1 parent
0866f7cc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
src/components/dialogBox/dialogBox.vue
src/components/dialogBox/dialogBox.vue
View file @
f3b8fca
<
template
>
<el-dialog
:visible
.
sync=
"dialogVisible"
:width=
"width"
:fullscreen=
"fullscreen"
top=
"0"
:append-to-body=
"true"
:lock-scroll=
"true"
:close-on-click-modal=
"false"
@
close=
"closeDialog"
:key=
"key"
<el-dialog
:visible
.
sync=
"dialogVisible"
:width=
"width"
v-loading=
"saveloding"
:element-loading-text=
"loadingText"
element-loading-spinner=
"el-icon-loading"
element-loading-background=
"rgba(0, 0, 0, 0.8)"
:fullscreen=
"fullscreen"
top=
"0"
:append-to-body=
"true"
:lock-scroll=
"true"
:close-on-click-modal=
"false"
@
close=
"closeDialog"
:key=
"key"
:custom-class=
"isMain ? 'mainCenter dialogBox' : 'contentCenter dialogBox'"
:destroy-on-close=
"true"
ref=
"dialogBox"
id=
"dialogBox"
>
<div
slot=
"title"
>
...
...
@@ -62,6 +63,10 @@ export default {
type
:
Boolean
,
default
:
false
,
},
loadingText
:
{
type
:
String
,
default
:
'拼命加载中'
,
}
},
data
()
{
return
{
...
...
Please
register
or
sign in
to post a comment