Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gs_carton
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
gs_carton
Commits
b887cda4
Commit
b887cda4
authored
Nov 18, 2024
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat
parent
40fbdd7d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
custom-hot-zone.component.html
...app/common/custom-hot-zone/custom-hot-zone.component.html
+2
-2
No files found.
src/app/common/custom-hot-zone/custom-hot-zone.component.html
View file @
b887cda4
...
@@ -29,10 +29,10 @@
...
@@ -29,10 +29,10 @@
</app-upload-image-with-preview>
</app-upload-image-with-preview>
<div
style=
"margin-top: 5px"
>
<div
style=
"margin-top: 5px"
>
<
input
type=
"text"
nz-input
[(
ngModel
)]="
it
.
text
"
(
blur
)="
saveText
(
it
)"
placeholder=
"英文"
>
<
textarea
nz-input
[(
ngModel
)]="
it
.
text
"
(
blur
)="
saveText
(
it
)"
placeholder=
"英文"
></textarea
>
</div>
</div>
<div
style=
"margin-top: 5px"
>
<div
style=
"margin-top: 5px"
>
<
input
type=
"text"
nz-input
[(
ngModel
)]="
it
.
text_cn
"
(
blur
)="
saveText
(
it
)"
placeholder=
"中文"
>
<
textarea
nz-input
[(
ngModel
)]="
it
.
text_cn
"
(
blur
)="
saveText
(
it
)"
placeholder=
"中文"
></textarea
>
</div>
</div>
<div
style=
"margin-top: 5px"
>
<div
style=
"margin-top: 5px"
>
<input
type=
"text"
style=
"width: 100px;"
nz-input
[(
ngModel
)]="
it
.
start_time
"
(
blur
)="
saveText
(
it
)"
placeholder=
"开始时间"
>
<input
type=
"text"
style=
"width: 100px;"
nz-input
[(
ngModel
)]="
it
.
start_time
"
(
blur
)="
saveText
(
it
)"
placeholder=
"开始时间"
>
...
...
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