Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cc_mz_003
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
cc_mz_003
Commits
bd312ab7
Commit
bd312ab7
authored
Dec 09, 2020
by
Li MingZhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 依赖文件替换
parent
962ed42f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1165 additions
and
1718 deletions
+1165
-1718
package-lock.json
form/package-lock.json
+1161
-1714
package.json
form/package.json
+2
-2
form.component.ts
form/src/app/form/form.component.ts
+2
-2
No files found.
form/package-lock.json
View file @
bd312ab7
This source diff could not be displayed because it is too large. You can
view the blob
instead.
form/package.json
View file @
bd312ab7
...
...
@@ -29,9 +29,9 @@
"compressing"
:
"^1.5.0"
,
"ng-zorro-antd"
:
"^8.5.2"
,
"rxjs"
:
"~6.5.4"
,
"node-sass"
:
"^4.0.0"
,
"spark-md5"
:
"^3.0.0"
,
"tslib"
:
"^1.10.0"
,
"node-sass"
:
"^4.0.0"
,
"zone.js"
:
"~0.10.2"
},
"devDependencies"
:
{
...
...
form/src/app/form/form.component.ts
View file @
bd312ab7
...
...
@@ -27,7 +27,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
{
color
:
'
#00ff00
'
,
text
:
'
绿色
'
},
];
bgColor
;
customTypeGroupArr
=
[
...
...
@@ -176,7 +176,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
}
saveBgColor
(
i
)
{
console
.
log
(
'
in saveBgClor:
'
,
this
.
bgColor
);
this
.
item
.
bgColorId
=
i
;
this
.
item
.
bgColor
=
this
.
bgColorArr
[
i
].
color
;
this
.
save
();
...
...
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