Commit e0a190d4 by Natthaphat

แก้ขนาด modal

parent ea4c9182
...@@ -322,17 +322,17 @@ ...@@ -322,17 +322,17 @@
<div> <div>
<div *ngIf="currentTab == 1"> <div *ngIf="currentTab == 1">
<quill-editor [modules]="quillConfig" [styles]="{ 'height': '400px', 'overflow-y': 'auto' }" <quill-editor [modules]="quillConfig" [styles]="{ 'height': '500px', 'overflow-y': 'auto' }"
[(ngModel)]="pdpa.requestConsentThai" [ngModelOptions]="{ standalone: true }" [(ngModel)]="pdpa.requestConsentThai" [ngModelOptions]="{ standalone: true }"
theme="snow"></quill-editor> theme="snow"></quill-editor>
</div> </div>
<div *ngIf="currentTab == 2"> <div *ngIf="currentTab == 2">
<quill-editor [modules]="quillConfig" [styles]="{ 'height': '400px', 'overflow-y': 'auto' }" <quill-editor [modules]="quillConfig" [styles]="{ 'height': '500px', 'overflow-y': 'auto' }"
[(ngModel)]="pdpa.requestConsentEng" [ngModelOptions]="{ standalone: true }" [(ngModel)]="pdpa.requestConsentEng" [ngModelOptions]="{ standalone: true }"
theme="snow"></quill-editor> theme="snow"></quill-editor>
</div> </div>
<div *ngIf="currentTab == 3"> <div *ngIf="currentTab == 3">
<quill-editor [modules]="quillConfig" [styles]="{ 'height': '400px', 'overflow-y': 'auto' }" <quill-editor [modules]="quillConfig" [styles]="{ 'height': '500px', 'overflow-y': 'auto' }"
[(ngModel)]="pdpa.requestConsentChina" [ngModelOptions]="{ standalone: true }" [(ngModel)]="pdpa.requestConsentChina" [ngModelOptions]="{ standalone: true }"
theme="snow"></quill-editor> theme="snow"></quill-editor>
</div> </div>
......
...@@ -312,8 +312,8 @@ export class PdpaManageComponent { ...@@ -312,8 +312,8 @@ export class PdpaManageComponent {
openModal() { openModal() {
this.modalRef = this.modal.open(this.modalDetail, { this.modalRef = this.modal.open(this.modalDetail, {
width: '1500px', width: '1700px',
height: '750px' height: '1000px'
}) })
} }
......
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