Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JJ39_new
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
JJ39_new
Commits
5e59187c
Commit
5e59187c
authored
Aug 12, 2024
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: debug
parent
110b8eaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
16 deletions
+15
-16
form.component.html
form/src/app/form/form.component.html
+15
-16
No files found.
form/src/app/form/form.component.html
View file @
5e59187c
...
@@ -6,25 +6,17 @@
...
@@ -6,25 +6,17 @@
</div>
</div>
<div
style=
"margin: 30px; display: flex; align-items: center;"
>
<div
style=
"margin: 30px;"
>
<h3
style=
""
>
问题音频:
</h3>
<nz-radio-group
[
ngModel
]="
item
.
mode
"
(
ngModelChange
)="
radioChange
($
event
,
item
,
'
mode
')"
>
<app-audio-recorder
[
audioUrl
]="
item
.
audio_url
"
<div
style=
"display: flex; flex-wrap: wrap; width: 100%;"
>
(
audioUploaded
)="
onItemAudioUploadSuccess
($
event
,
item
,
'
audio_url
')"
>
<h3
style=
"margin-left: 5px;"
nz-radio
[
nzValue
]="'
single
'"
>
单页题目
</h3>
</app-audio-recorder>
<h3
style=
"margin-left: 5px;"
nz-radio
[
nzValue
]="'
multiple
'"
>
多页题目
</h3>
</div>
</nz-radio-group>
</div>
</div>
<div
style=
"margin: 30px;"
>
<nz-radio-group
[
ngModel
]="
item
.
mode
"
(
ngModelChange
)="
radioChange
($
event
,
item
,
'
mode
')"
>
<div
style=
"display: flex; flex-wrap: wrap; width: 100%;"
>
<h3
style=
"margin-left: 5px;"
nz-radio
[
nzValue
]="'
single
'"
>
单页题目
</h3>
<h3
style=
"margin-left: 5px;"
nz-radio
[
nzValue
]="'
multiple
'"
>
多页题目
</h3>
</div>
</nz-radio-group>
</div>
<!-- <div style="margin: 30px; width: 650px; display: flex; align-items: start;">
<!-- <div style="margin: 30px; width: 650px; display: flex; align-items: start;">
...
@@ -54,6 +46,13 @@
...
@@ -54,6 +46,13 @@
<h3>
页-{{i+1}}:
</h3>
<h3>
页-{{i+1}}:
</h3>
<div
style=
"margin: 30px; display: flex; align-items: center;"
>
<h4
style=
""
>
音频:
</h4>
<app-audio-recorder
[
audioUrl
]="
page
.
audio_url
"
(
audioUploaded
)="
onItemAudioUploadSuccess
($
event
,
page
,
'
audio_url
')"
>
</app-audio-recorder>
</div>
<div
[
class
.
disabled
]="(
item
.
mode =
=
'
single
')
&&
(
i
!=
0
)"
style=
"border: 2px #ccc solid; border-radius: 15px; width: 900px; margin: 30px"
>
<div
[
class
.
disabled
]="(
item
.
mode =
=
'
single
')
&&
(
i
!=
0
)"
style=
"border: 2px #ccc solid; border-radius: 15px; width: 900px; margin: 30px"
>
<div
*
ngFor=
"let part of page.partArr; let j = index"
style=
" width: 90%; padding: 30px; margin: 10px;
<div
*
ngFor=
"let part of page.partArr; let j = index"
style=
" width: 90%; padding: 30px; margin: 10px;
border: 1px #ccc solid; border-radius: 15px;"
>
border: 1px #ccc solid; border-radius: 15px;"
>
...
...
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