Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
YM4-13
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
YM4-13
Commits
d51e0e2f
Commit
d51e0e2f
authored
Oct 28, 2020
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix
parent
9f0d2290
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
background-upload.component.ts
...p/common/background-upload/background-upload.component.ts
+10
-1
No files found.
src/app/common/background-upload/background-upload.component.ts
View file @
d51e0e2f
...
...
@@ -18,7 +18,16 @@ export class BackgroundUploadComponent {
cleanAll
()
{
if
(
confirm
(
"
确定清空所有背景吗?
"
))
{
this
.
items
=
{
"
leftTop
"
:
''
,
"
middleTop
"
:
''
,
"
rightTop
"
:
''
,
"
leftMiddle
"
:
''
,
"
rightMiddle
"
:
''
,
"
leftBottom
"
:
''
,
"
middleBottom
"
:
''
,
"
rightBottom
"
:
''
}
this
.
items
[
"
leftTop
"
]
=
""
;
this
.
items
[
"
middleTop
"
]
=
""
;
this
.
items
[
"
rightTop
"
]
=
""
;
this
.
items
[
"
leftMiddle
"
]
=
""
;
this
.
items
[
"
rightMiddle
"
]
=
""
;
this
.
items
[
"
leftBottom
"
]
=
""
;
this
.
items
[
"
middleBottom
"
]
=
""
;
this
.
items
[
"
rightBottom
"
]
=
""
;
this
.
change
.
emit
(
this
.
items
)
}
}
...
...
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