Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
myjob-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
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
angular
myjob-manage
Commits
e0a190d4
Commit
e0a190d4
authored
Jul 04, 2025
by
Natthaphat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
แก้ขนาด modal
parent
ea4c9182
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
pdpa-manage.component.html
src/app/DPU/common/pdpa-manage/pdpa-manage.component.html
+3
-3
pdpa-manage.component.ts
src/app/DPU/common/pdpa-manage/pdpa-manage.component.ts
+2
-2
No files found.
src/app/DPU/common/pdpa-manage/pdpa-manage.component.html
View file @
e0a190d4
...
...
@@ -322,17 +322,17 @@
<div>
<div
*
ngIf=
"currentTab == 1"
>
<quill-editor
[
modules
]="
quillConfig
"
[
styles
]="{
'
height
'
:
'
4
00px
',
'
overflow-y
'
:
'
auto
'
}"
<quill-editor
[
modules
]="
quillConfig
"
[
styles
]="{
'
height
'
:
'
5
00px
',
'
overflow-y
'
:
'
auto
'
}"
[(
ngModel
)]="
pdpa
.
requestConsentThai
"
[
ngModelOptions
]="{
standalone:
true
}"
theme=
"snow"
></quill-editor>
</div>
<div
*
ngIf=
"currentTab == 2"
>
<quill-editor
[
modules
]="
quillConfig
"
[
styles
]="{
'
height
'
:
'
4
00px
',
'
overflow-y
'
:
'
auto
'
}"
<quill-editor
[
modules
]="
quillConfig
"
[
styles
]="{
'
height
'
:
'
5
00px
',
'
overflow-y
'
:
'
auto
'
}"
[(
ngModel
)]="
pdpa
.
requestConsentEng
"
[
ngModelOptions
]="{
standalone:
true
}"
theme=
"snow"
></quill-editor>
</div>
<div
*
ngIf=
"currentTab == 3"
>
<quill-editor
[
modules
]="
quillConfig
"
[
styles
]="{
'
height
'
:
'
4
00px
',
'
overflow-y
'
:
'
auto
'
}"
<quill-editor
[
modules
]="
quillConfig
"
[
styles
]="{
'
height
'
:
'
5
00px
',
'
overflow-y
'
:
'
auto
'
}"
[(
ngModel
)]="
pdpa
.
requestConsentChina
"
[
ngModelOptions
]="{
standalone:
true
}"
theme=
"snow"
></quill-editor>
</div>
...
...
src/app/DPU/common/pdpa-manage/pdpa-manage.component.ts
View file @
e0a190d4
...
...
@@ -312,8 +312,8 @@ export class PdpaManageComponent {
openModal
()
{
this
.
modalRef
=
this
.
modal
.
open
(
this
.
modalDetail
,
{
width
:
'1
5
00px'
,
height
:
'
75
0px'
width
:
'1
7
00px'
,
height
:
'
100
0px'
})
}
...
...
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