Commit a6579bf1 authored by limingzhe's avatar limingzhe

fix: debug

parent d7e3efa8
......@@ -148,8 +148,8 @@
<span style="">问题类型:</span>
<nz-radio-group [ngModel]="ques.selectType" (ngModelChange)="radioChange($event, ques, 'selectType')">
<div style="display: flex; flex-wrap: wrap; width: 100%;">
<label style="margin-left: 5px;" nz-radio [nzValue]="'en'"></label>
<label style="margin-left: 5px;" nz-radio [nzValue]="'cn'"></label>
<label style="margin-left: 5px;" nz-radio [nzValue]="'en'">选中</label>
<label style="margin-left: 5px;" nz-radio [nzValue]="'cn'">选英</label>
</div>
</nz-radio-group>
</div>
......
......@@ -457,8 +457,8 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
'num.',
'verb phrase',
'noun phrase',
'prep phrase',
'ordinal number',
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment