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
cf669e9f
Commit
cf669e9f
authored
Jun 30, 2025
by
Natthaphat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
แต่งให้แสดงเล็กลง
parent
7f7defdb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
company-manage.component.css
...pp/DPU/common/company-manage/company-manage.component.css
+8
-0
company-manage.component.html
...p/DPU/common/company-manage/company-manage.component.html
+2
-1
No files found.
src/app/DPU/common/company-manage/company-manage.component.css
View file @
cf669e9f
:host
{
display
:
block
;
}
.small-html
{
font-size
:
0.85rem
;
/* ลดขนาดฟอนต์ */
line-height
:
1.2
;
/* ลดระยะบรรทัด */
max-height
:
150px
;
/* จำกัดความสูง */
overflow-y
:
auto
;
/* ถ้าเนื้อหายาวเกิน ให้เลื่อนดูได้ */
display
:
block
;
}
src/app/DPU/common/company-manage/company-manage.component.html
View file @
cf669e9f
...
...
@@ -85,7 +85,8 @@
<span
class=
"block mb-1 whitespace-pre-wrap"
>
<i
class=
"ri-home-line me-2 align-middle text-[.875rem] text-[#8c9097] dark:text-white/50 inline-flex"
></i>
<app-rendered-html
[
htmlContent
]="
item
.
companyDetail
"
></app-rendered-html>
<app-rendered-html
class=
"small-html"
[
htmlContent
]="
item
.
companyDetail
"
></app-rendered-html>
<!-- {{item.companyDetail}} -->
</span>
</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