Commit 085b62b6 by Natthaphat Pankiang

แก้ไข หัวข้อหน้าดาวโหลดตัวอย่างไฟล์ ให้อยู่ตรงกลาง

parent c663ff9e
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
<div id="employee-level-modal-upload" class="hs-overlay hidden ti-modal"> <div id="employee-level-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="ti-modal-header-upload bg-primary">
<h5 class="text-xxl font-bold text-white"> <h5 class="text-xxl font-bold text-white">
นำเข้าข้อมูลบริษัท นำเข้าข้อมูลบริษัท
</h5> </h5>
......
...@@ -20,8 +20,15 @@ table.ti-custom-table thead th span { ...@@ -20,8 +20,15 @@ table.ti-custom-table thead th span {
a.custom-link { a.custom-link {
padding: 10px 40px; /* ปรับ padding ให้เพิ่มขนาด */ padding: 10px 40px; /* ปรับ padding ให้เพิ่มขนาด */
} }
.ti-modal-header{ .ti-modal .ti-modal-header-upload{
display: flex;
align-items: center;
justify-content: center; justify-content: center;
border-bottom-width: 1px;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1rem;
padding-right: 1rem;
} }
.ti-modal-content-upload{ .ti-modal-content-upload{
background-color: white; background-color: white;
......
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