Commit 4aa89fc2 authored by limingzhe's avatar limingzhe

fix: small text size

parent a52b63e3
......@@ -23,7 +23,7 @@
</nz-radio-group>
<div style="width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column">
<input *ngIf="item.questionType == 2 || item.questionType == 3" style="width: 90%; margin-bottom: 5px" type="text" nz-input [(ngModel)]="item.text" (blur)="save()">
<input *ngIf="item.questionType == 2 || item.questionType == 3" style="width: 90%; margin-bottom: 5px" type="text" nz-input [(ngModel)]="item.text" (blur)="save()" [maxLength]="94">
<app-audio-recorder *ngIf="item.questionType == 1 || item.questionType == 3"
[audioUrl]="item.audio_url"
......
......@@ -909,7 +909,7 @@ export class PlayComponent implements OnInit, OnDestroy {
label.offW = 30;
label.fontName = 'BRLNSDB_1';
label.textAlign = 'center';
label.fontSize = 37;
label.fontSize = 33;
label.disH = 6;
label.y = - 22;
......
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