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
2c7f0f5d
Commit
2c7f0f5d
authored
Jul 16, 2025
by
DESKTOP-E3GSHH7\myhr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
อย่าลืม npm i --force ด้วยครับ มีโหลดpackage
parent
5f100770
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
+15
-7
portal-create-category.component.html
...tal-create-category/portal-create-category.component.html
+15
-7
No files found.
src/app/DPU/common/myportal/portal-create-category/portal-create-category.component.html
View file @
2c7f0f5d
<app-page-header
[
title
]="'รายการอัพโหลดเอกสาร'"
[
activeTitle
]="'ผู้ดูแลระบบ'"
[
title1
]="'รายการอัพโหลดเอกสาร'"
></app-page-header>
<app-page-header
[
title
]="'รายการอัพโหลดเอกสาร'"
[
activeTitle
]="'ผู้ดูแลระบบ'"
[
title1
]="'รายการอัพโหลดเอกสาร'"
></app-page-header>
<!-- <div class="row">
<!-- <div class="row">
<div class="col-12">
<div class="col-12">
<div class="card card-body">
<div class="card card-body">
...
@@ -29,17 +30,23 @@
...
@@ -29,17 +30,23 @@
<div
class=
"max-w-7xl mx-auto"
>
<div
class=
"max-w-7xl mx-auto"
>
<div
class=
"box p-4"
>
<div
class=
"box p-4"
>
<h4
class=
"text-xl font-semibold text-gray-800 mb-6"
>
รายการอัพโหลดเอกสาร
</h4>
<h4
class=
"text-xl font-semibold text-gray-800 mb-6"
>
รายการเอกสาร
</h4>
<div
class=
"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6"
>
<div
class=
"bg-white rounded-xl shadow-lg overflow-hidden transform hover:scale-105 transition duration-300 ease-in-out"
<!-- Flex แทน Grid -->
*
ngFor=
"let c of testdata|slice: (page-1) * pageSize : (page-1) * pageSize + pageSize"
>
<div
class=
"flex flex-wrap justify-center gap-6"
>
<div
class=
" bg-white rounded-xl shadow-lg overflow-hidden transform hover:scale-105 transition duration-300 ease-in-out flex flex-col"
style=
"width: 30%;"
*
ngFor=
"let c of testdata | slice: (page-1) * pageSize : (page-1) * pageSize + pageSize"
>
<div
class=
"p-8 text-center"
>
<div
class=
"p-8 text-center"
>
<div
class=
"w-24 h-24 mx-auto rounded-full bg-green-100 flex items-center justify-center shadow-inner"
>
<div
class=
"w-24 h-24 mx-auto rounded-full bg-green-100 flex items-center justify-center shadow-inner"
>
<img
src=
"{{ c.img }}"
class=
""
alt=
""
>
<img
src=
"{{ c.img }}"
class=
""
alt=
""
/
>
</div>
</div>
<h3
class=
"text-2xl font-bold text-gray-800 mt-6 mb-2"
>
{{
c.name
}}
</h3>
<h3
class=
"text-2xl font-bold text-gray-800 mt-6 mb-2"
>
{{
c.name
}}
</h3>
</div>
</div>
<!-- Footer -->
<div
class=
"mt-auto"
>
<div
class=
"flex justify-between items-center bg-gray-50 border-t border-gray-200 p-4"
>
<div
class=
"flex justify-between items-center bg-gray-50 border-t border-gray-200 p-4"
>
<div>
<div>
<span
class=
"text-sm text-gray-700"
>
จำนวนเอกสาร {{ c.document }} ฉบับ
</span>
<span
class=
"text-sm text-gray-700"
>
จำนวนเอกสาร {{ c.document }} ฉบับ
</span>
...
@@ -53,6 +60,7 @@
...
@@ -53,6 +60,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</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