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
618a3b5f
Commit
618a3b5f
authored
Jul 03, 2025
by
DESKTOP-E3GSHH7\myhr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
เเก้เป็น textarea
parent
ee5884dd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
article-manage.component.html
...p/DPU/common/article-manage/article-manage.component.html
+9
-9
No files found.
src/app/DPU/common/article-manage/article-manage.component.html
View file @
618a3b5f
...
...
@@ -283,21 +283,21 @@
</nav>
<div
*
ngIf=
"currentExcerptTab === 1"
id=
"card-type-con-excerpt-1"
role=
"tabpanel"
aria-labelledby=
"card-type-item-con-excerpt-1"
class=
""
style=
"background-color: rgb(255, 255, 255);"
>
<
quill-editor
[(
ngModel
)]="
selectModel
.
excerpt
"
[
modules
]="
quillConfig
"
[
styles
]="{'
max-height
'
:
'
200px
','
overflow-y
'
:
'
auto
'}"
theme=
"snow
"
>
</
quill-editor
>
<
textarea
[(
ngModel
)]="
selectModel
.
excerpt
"
rows=
"5"
cols=
"50
"
style=
"max-height: 200px; overflow-y: auto; width: 100%;
"
>
</
textarea
>
</div>
<div
*
ngIf=
"currentExcerptTab === 2"
id=
"card-type-con-excerpt-2"
role=
"tabpanel"
aria-labelledby=
"card-type-item-con-excerpt-2"
class=
""
style=
"background-color: rgb(255, 255, 255);"
>
<
quill-editor
[(
ngModel
)]="
selectModel
.
engexcerpt
"
[
modules
]="
quillConfig
"
[
styles
]="{'
max-height
'
:
'
200px
','
overflow-y
'
:
'
auto
'}"
theme=
"snow
"
>
</
quill-editor
>
<
textarea
[(
ngModel
)]="
selectModel
.
engexcerpt
"
rows=
"5"
cols=
"50
"
style=
"max-height: 200px; overflow-y: auto; width: 100%;
"
>
</
textarea
>
</div>
<div
*
ngIf=
"currentExcerptTab === 3"
id=
"card-type-con-excerpt-3"
role=
"tabpanel"
aria-labelledby=
"card-type-item-con-excerpt-3"
class=
""
style=
"background-color: rgb(255, 255, 255);"
>
<
quill-editor
[(
ngModel
)]="
selectModel
.
zhexcerpt
"
[
modules
]="
quillConfig
"
[
styles
]="{'
max-height
'
:
'
200px
','
overflow-y
'
:
'
auto
'}"
theme=
"snow
"
>
</
quill-editor
>
<
textarea
[(
ngModel
)]="
selectModel
.
zhexcerpt
"
rows=
"5"
cols=
"50
"
style=
"max-height: 200px; overflow-y: auto; width: 100%;
"
>
</
textarea
>
</div>
</div>
...
...
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