Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DG_FAF
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
DG_FAF
Commits
4d6c66a3
Commit
4d6c66a3
authored
May 04, 2023
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉热区删除功能
parent
6e685908
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
365 additions
and
385 deletions
+365
-385
main-es2015.js
form/main-es2015.js
+149
-153
main-es2015.js.map
form/main-es2015.js.map
+1
-1
main-es5.js
form/main-es5.js
+212
-228
main-es5.js.map
form/main-es5.js.map
+1
-1
custom-hot-zone.component.html
...app/common/custom-hot-zone/custom-hot-zone.component.html
+2
-2
No files found.
form/main-es2015.js
View file @
4d6c66a3
This diff is collapsed.
Click to expand it.
form/main-es2015.js.map
View file @
4d6c66a3
This diff is collapsed.
Click to expand it.
form/main-es5.js
View file @
4d6c66a3
This diff is collapsed.
Click to expand it.
form/main-es5.js.map
View file @
4d6c66a3
This diff is collapsed.
Click to expand it.
form_angular/src/app/common/custom-hot-zone/custom-hot-zone.component.html
View file @
4d6c66a3
...
...
@@ -27,9 +27,9 @@
<div
style=
"margin: auto; padding: 5px; margin-top: 30px; width:90%; border: 2px dashed #ddd; border-radius: 10px"
>
<span
style=
"margin-left: 40%;"
>
item-{{i + 1}}
</span>
<button
style=
"float: right;"
nz-button
nzType=
"danger"
nzSize=
"small"
(
click
)="
deleteBtnClick
(
i
)"
>
<
!-- <
button style="float: right;" nz-button nzType="danger" nzSize="small" (click)="deleteBtnClick(i)">
X
</button>
</button>
-->
<nz-divider
style=
"margin: 10px 0 5px 0;"
></nz-divider>
...
...
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