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
ed69c999
Commit
ed69c999
authored
Jul 03, 2025
by
DESKTOP-E3GSHH7\myhr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ใส่ border ให้ภาพ
parent
21993aa7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
article-manage.component.css
...pp/DPU/common/article-manage/article-manage.component.css
+4
-2
article-manage.component.html
...p/DPU/common/article-manage/article-manage.component.html
+2
-2
No files found.
src/app/DPU/common/article-manage/article-manage.component.css
View file @
ed69c999
...
@@ -41,4 +41,7 @@
...
@@ -41,4 +41,7 @@
background-color
:
rgb
(
21
,
76
,
156
)
!important
;
background-color
:
rgb
(
21
,
76
,
156
)
!important
;
border-color
:
rgb
(
21
,
76
,
156
)
!important
;
border-color
:
rgb
(
21
,
76
,
156
)
!important
;
color
:
#FFFFFF
!important
;
color
:
#FFFFFF
!important
;
}
}
\ No newline at end of file
.border-color
{
border
:
8px
solid
rgb
(
255
,
255
,
255
);
}
src/app/DPU/common/article-manage/article-manage.component.html
View file @
ed69c999
...
@@ -175,7 +175,7 @@
...
@@ -175,7 +175,7 @@
</div>
</div>
<ng-template
#
articleModel
let-modal
>
<ng-template
#
articleModel
let-modal
>
<div
class=
"modal-headtitle ti-modal-header flex justify-between items-center p-4"
>
<div
class=
"modal-headtitle ti-modal-header flex justify-between items-center p-4"
style=
"background-color: #fefbfb;"
>
<h3
class=
"modal-title text-sm font-semibold text-defaulttextcolor"
id=
"mail-ComposeLabel"
>
{{ 'Create' |
<h3
class=
"modal-title text-sm font-semibold text-defaulttextcolor"
id=
"mail-ComposeLabel"
>
{{ 'Create' |
translate }}{{ 'บทความ' | translate }}
translate }}{{ 'บทความ' | translate }}
</h3>
</h3>
...
@@ -198,7 +198,7 @@
...
@@ -198,7 +198,7 @@
<div
class=
"xl:col-span-12 col-span-12 justify-items-center"
>
<div
class=
"xl:col-span-12 col-span-12 justify-items-center"
>
<div
class=
"relative w-[300px] h-[200px] overflow-hidden rounded-md group mx-auto"
>
<div
class=
"relative w-[300px] h-[200px] overflow-hidden rounded-md group mx-auto"
>
<img
[
src
]="
selectModel
.
getPicture
()"
alt=
"Profile Picture"
<img
[
src
]="
selectModel
.
getPicture
()"
alt=
"Profile Picture"
class=
"w-full h-full block transition-all duration-300 ease-in-out group-hover:blur-md"
>
class=
"w-full h-full block transition-all duration-300 ease-in-out group-hover:blur-md
border-color
"
>
<div
<div
class=
"absolute inset-0 flex items-center justify-center bg-black bg-opacity-30 opacity-0 transition-opacity duration-300 ease-in-out group-hover:opacity-100 cursor-pointer"
class=
"absolute inset-0 flex items-center justify-center bg-black bg-opacity-30 opacity-0 transition-opacity duration-300 ease-in-out group-hover:opacity-100 cursor-pointer"
...
...
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