This commit is contained in:
antv
2026-07-15 22:23:49 +07:00
parent d16db9c73d
commit 7f059dce86
4 changed files with 26 additions and 18 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ $tpls = [
<div class="w-14 h-14 rounded-2xl bg-white/80 shadow-sm flex items-center justify-center text-3xl shrink-0">💌</div>
<div>
<h1 class="text-[26px] md:text-[30px] font-extrabold text-[#1a2b49] tracking-tight leading-tight">Gửi Thank Card</h1>
<p class="text-[14px] text-gray-500 font-medium mt-1 max-w-[380px] leading-relaxed">Gửi lời cảm ơn chân thành đến đồng nghiệp lan tỏa văn hóa ghi nhận trong tổ chức.</p>
<p class="text-[12px] text-gray-500 font-medium mt-1 w-full md:whitespace-nowrap leading-relaxed">Gửi lời cảm ơn chân thành đến đồng nghiệp lan tỏa văn hóa ghi nhận trong tổ chức.</p>
</div>
</div>
</div>
@@ -458,7 +458,7 @@ document.addEventListener('DOMContentLoaded', function() {
const amount = document.getElementById('amount').value;
showModal('Xác nhận gửi Thank Card',
'Đừng quên hoàn thành Thank Card của bạn nhé! Chúng mình sẽ gửi thông báo đến người nhận để họ đến khu vực nhận thư.',
'Đừng quên hoàn thành Thank Card của bạn nhé!\n Chúng mình sẽ gửi thông báo đến người nhận\nđể họ đến khu vực nhận thư.',
true, () => {
window.closeModal('customModal');
setButtonLoading(true);