Commit c663ff9e by kantavee

เเก้ไข css em-group and position tab upload

parent 2176326e
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
<div id="employee-group-unit-component-modal-upload" class="hs-overlay hidden ti-modal"> <div id="employee-group-unit-component-modal-upload" class="hs-overlay hidden ti-modal">
<div class="hs-overlay-open:mt-7 ti-modal-box mt-0 ease-out h-[calc(100%-3.5rem)]"> <div class="hs-overlay-open:mt-7 ti-modal-box mt-0 ease-out h-[calc(100%-3.5rem)]">
<div class="max-h-full overflow-hidden ti-modal-content-upload"> <div class="max-h-full overflow-hidden ti-modal-content-upload">
<div class="ti-modal-header bg-primary"> <div class="modal-headerupload bg-primary">
<h5 class="text-xxl font-bold text-white"> <h5 class="text-xxl font-bold text-white">
นำเข้าข้อมูลบริษัท นำเข้าข้อมูลบริษัท
</h5> </h5>
......
...@@ -29,4 +29,14 @@ a.custom-link { ...@@ -29,4 +29,14 @@ a.custom-link {
top: 50%; /* ให้อยู่กลางในแนวตั้ง */ top: 50%; /* ให้อยู่กลางในแนวตั้ง */
left: 50%; /* ให้อยู่กลางในแนวนอน */ left: 50%; /* ให้อยู่กลางในแนวนอน */
transform: translate(-50%, -50%); /* เคลื่อนที่ modal กลับมาให้ตรงกลาง */ transform: translate(-50%, -50%); /* เคลื่อนที่ modal กลับมาให้ตรงกลาง */
}
.modal-headerupload{
display: flex;
align-items: center;
justify-content: center;
border-bottom-width: 1px;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1rem;
padding-right: 1rem;
} }
\ No newline at end of file
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
<div id="position-unit-component-modal-upload" class="hs-overlay hidden ti-modal"> <div id="position-unit-component-modal-upload" class="hs-overlay hidden ti-modal">
<div class="hs-overlay-open:mt-7 ti-modal-box mt-0 ease-out h-[calc(100%-3.5rem)]"> <div class="hs-overlay-open:mt-7 ti-modal-box mt-0 ease-out h-[calc(100%-3.5rem)]">
<div class="max-h-full overflow-hidden ti-modal-content-upload"> <div class="max-h-full overflow-hidden ti-modal-content-upload">
<div class="ti-modal-header bg-primary"> <div class="modal-headerupload bg-primary">
<h5 class="text-xxl font-bold text-white"> <h5 class="text-xxl font-bold text-white">
นำเข้าข้อมูลบริษัท นำเข้าข้อมูลบริษัท
</h5> </h5>
......
...@@ -28,4 +28,14 @@ a.custom-link { ...@@ -28,4 +28,14 @@ a.custom-link {
top: 50%; /* ให้อยู่กลางในแนวตั้ง */ top: 50%; /* ให้อยู่กลางในแนวตั้ง */
left: 50%; /* ให้อยู่กลางในแนวนอน */ left: 50%; /* ให้อยู่กลางในแนวนอน */
transform: translate(-50%, -50%); /* เคลื่อนที่ modal กลับมาให้ตรงกลาง */ transform: translate(-50%, -50%); /* เคลื่อนที่ modal กลับมาให้ตรงกลาง */
}
.modal-headerupload{
display: flex;
align-items: center;
justify-content: center;
border-bottom-width: 1px;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1rem;
padding-right: 1rem;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment